Configuration Documentation for Resilience4j-Spring-Boot-2
See original GitHub issueJust thought I’d leave a comment to add a note in the configuration documentation that MetricsAutoConfiguration
is required for resilence4j-spring-boot-2. I had MetricsAutoConfiguration
excluded and it wasn’t quite obvious why the application failed to start.
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (13 by maintainers)
Top Results From Across the Web
Getting Started - resilience4j
Configuration. You can configure your CircuitBreaker, Retry, RateLimiter, Bulkhead, Thread pool bulkhead and TimeLimiter instances in Spring Boot's application.
Read more >Guide to Resilience4j With Spring Boot - Baeldung
In this section, let's focus on setting up critical aspects for our Spring Boot project. 2.1. Maven Dependencies.
Read more >Configuring Resilience4J Circuit Breakers - Spring
Spring Cloud Circuit Breaker Resilience4j includes auto-configuration to setup metrics collection as long as the right dependencies are on the classpath. To ...
Read more >A quick guide to Resilience4j with Spring Boot.
With Spring Boot, Resilience4j is preferred over Hystrix for implementing fault tolerance patterns like Circuit breaker, bulkhead, timeouts, rate limiters and ...
Read more >Retry with Spring Boot and Resilience4j - Reflectoring
We can configure the Resilience4j instances we need in Spring Boot's application.yml file. ... Let's unpack the configuration to understand what ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dlsrb6342 sure. I would be happy to contribute. I might take sometime as I am new to the codebase. I will keep posted in case I need any help. Thanks.
You are right sorry. I forgot it’s a compile dependency.