зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	m
Этот коммит содержится в:
		
							родитель
							
								
									26df977dd5
								
							
						
					
					
						Коммит
						9142761f5f
					
				
							
								
								
									
										18
									
								
								pl/java/libfws/io/circuitbreaker/resilience4j/docs/articles.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										18
									
								
								pl/java/libfws/io/circuitbreaker/resilience4j/docs/articles.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,18 @@ | |||||||
|  | baeldung | ||||||
|  | https://www.baeldung.com/spring-boot-resilience4j | ||||||
|  | 2024 | ||||||
|  | https://habr.com/ru/articles/793550/ | ||||||
|  | 2023 | ||||||
|  | https://engineering.zalando.com/posts/2023/07/all-you-need-to-know-about-timeouts.html | ||||||
|  |     https://habr.com/ru/articles/755750/ | ||||||
|  | 2022 | ||||||
|  | https://arnoldgalovics.com/feign-rate-limiter-resilience4j/ | ||||||
|  | https://arnoldgalovics.com/resilience4j-resttemplate/ | ||||||
|  |     ! resttemplate is obsolete, need to use webclient instead | ||||||
|  | 2021 | ||||||
|  | https://arnoldgalovics.com/spring-cloud-feign-traffic-cut-off-with-resilience4j-timelimiter/ | ||||||
|  | https://habr.com/ru/post/544074/ | ||||||
|  | 2020 | ||||||
|  | https://www.javaadvent.com/2020/12/resilient-applications-spring-resilience4j.html | ||||||
|  | 2017 | ||||||
|  | http://engineering.autotrader.co.uk/2017/09/13/resilience4j-circuit-breaker.html | ||||||
| @ -0,0 +1,14 @@ | |||||||
|  | 2025 | ||||||
|  | Otus - Ratelimiter Resilience4J of 1:22:37 | ||||||
|  |     https://www.youtube.com/watch?v=P6ZuZIrGy9Q | ||||||
|  | 2024 | ||||||
|  | TechnoTownTechie - Spring Boot 3.1 + Resilience4J example | Resilience4J CircuitBreaker | Microservices 3.0 0:00 of 20:39 | ||||||
|  |     https://www.youtube.com/watch?v=QcBlmyBJuLk | ||||||
|  | LearnCodeWithSankalp - Resilience4J Circuit Breaker Implementation on Spring Boot 0:00 of 36:21 | ||||||
|  |     https://www.youtube.com/watch?v=tQ2xsP5C37E | ||||||
|  | 2023 | ||||||
|  | ThinkConstructive - Microservices Java Spring Boot Resilience4J Tutorial | ||||||
|  |     https://www.youtube.com/watch?v=mdcKAnGrjUE | ||||||
|  | 2020 | ||||||
|  | HackerHeap - Resilience4j Circuit Breaker, Spring Circuit Breaker, Spring Cloud Circuit Breaker | ||||||
|  |     https://www.youtube.com/watch?v=fkQHtw35alY | ||||||
							
								
								
									
										11
									
								
								pl/java/libfws/io/circuitbreaker/resilience4j/resilience4j.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										11
									
								
								pl/java/libfws/io/circuitbreaker/resilience4j/resilience4j.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,11 @@ | |||||||
|  | https://resilience4j.readme.io/ | ||||||
|  | 
 | ||||||
|  | https://github.com/resilience4j/resilience4j | ||||||
|  | https://github.com/resilience4j/resilience4j/tree/master/resilience4j-retry | ||||||
|  | https://github.com/resilience4j/resilience4j/tree/master/resilience4j-circuitbreaker | ||||||
|  | 
 | ||||||
|  | https://resilience4j.readme.io/docs | ||||||
|  | 
 | ||||||
|  | samples | ||||||
|  | https://git.epam.com/daniel_imre/resiliency-patterns-exercise | ||||||
|  |     https://web.yammer.com/main/org/epam.com/threads/eyJfdHlwZSI6IlRocmVhZCIsImlkIjoiMTg2NDc1NjE1MTE0MDM1MiJ9 | ||||||
| @ -1,37 +0,0 @@ | |||||||
| https://resilience4j.readme.io/ |  | ||||||
| 
 |  | ||||||
| https://github.com/resilience4j/resilience4j |  | ||||||
| https://github.com/resilience4j/resilience4j/tree/master/resilience4j-retry |  | ||||||
| https://github.com/resilience4j/resilience4j/tree/master/resilience4j-circuitbreaker |  | ||||||
| 
 |  | ||||||
| https://resilience4j.readme.io/docs |  | ||||||
| 
 |  | ||||||
| 2024 |  | ||||||
| TechnoTownTechie - Spring Boot 3.1 + Resilience4J example | Resilience4J CircuitBreaker | Microservices 3.0 0:00 of 20:39 |  | ||||||
|     https://www.youtube.com/watch?v=QcBlmyBJuLk |  | ||||||
| LearnCodeWithSankalp - Resilience4J Circuit Breaker Implementation on Spring Boot 0:00 of 36:21 |  | ||||||
|     https://www.youtube.com/watch?v=tQ2xsP5C37E |  | ||||||
| https://habr.com/ru/articles/793550/ |  | ||||||
| 2023 |  | ||||||
| https://www.baeldung.com/spring-boot-resilience4j |  | ||||||
| ThinkConstructive - Microservices Java Spring Boot Resilience4J Tutorial |  | ||||||
|     https://www.youtube.com/watch?v=mdcKAnGrjUE |  | ||||||
| https://engineering.zalando.com/posts/2023/07/all-you-need-to-know-about-timeouts.html |  | ||||||
|     https://habr.com/ru/articles/755750/ |  | ||||||
| 2022 |  | ||||||
| https://arnoldgalovics.com/feign-rate-limiter-resilience4j/ |  | ||||||
| https://arnoldgalovics.com/resilience4j-resttemplate/ |  | ||||||
|     ! resttemplate is obsolete, need to use webclient instead |  | ||||||
| 2021 |  | ||||||
| https://arnoldgalovics.com/spring-cloud-feign-traffic-cut-off-with-resilience4j-timelimiter/ |  | ||||||
| https://habr.com/ru/post/544074/ |  | ||||||
| 2020 |  | ||||||
| https://www.javaadvent.com/2020/12/resilient-applications-spring-resilience4j.html |  | ||||||
| HackerHeap - Resilience4j Circuit Breaker, Spring Circuit Breaker, Spring Cloud Circuit Breaker |  | ||||||
|     https://www.youtube.com/watch?v=fkQHtw35alY |  | ||||||
| 2017 |  | ||||||
| http://engineering.autotrader.co.uk/2017/09/13/resilience4j-circuit-breaker.html |  | ||||||
| 
 |  | ||||||
| samples |  | ||||||
| https://git.epam.com/daniel_imre/resiliency-patterns-exercise |  | ||||||
|     https://web.yammer.com/main/org/epam.com/threads/eyJfdHlwZSI6IlRocmVhZCIsImlkIjoiMTg2NDc1NjE1MTE0MDM1MiJ9 |  | ||||||
		Загрузка…
	
	
			
			x
			
			
		
	
		Ссылка в новой задаче
	
	Block a user
	 Ihar Hancharenka
						Ihar Hancharenka