question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Configuration Documentation for Resilience4j-Spring-Boot-2

See original GitHub issue

Just 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:closed
  • Created 4 years ago
  • Comments:15 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
KrnSaurabhcommented, Oct 24, 2019

@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.

1reaction
RobWincommented, Oct 1, 2019

You are right sorry. I forgot it’s a compile dependency.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found