CircuitBreakers events in actuactor end-point doesn't works after updating in runtime
See original GitHub issueResilience4j version: 1.5.0 Java version: 11
Hi!
I want to update the circuit-breakers configuration at runtime, I have a schedule that consumes the DB and I update the configuration every 5 minutes (similar to this issue https://github.com/resilience4j/resilience4j/issues/850). To update the CBs I use the replace
function in the CircuitbreakerRegistry
, but after the first update, I stop seeing the CBs events at the actuator end point.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Production-ready Features - Spring
This means that the actuator endpoints that require a POST (shutdown and loggers endpoints), a PUT , or a DELETE get a 403...
Read more >Allow circuitbreakers to be enabled and disabled via ... - GitHub
No, no config change required. We/You could provide a HTTP-based management endpoint to disable and enable CircuitBreakers. The endpoint invokes ...
Read more >Improving Resilience Using Resilience4j - Second Edition
Resilience4j exposes information about its circuit breakers and retry mechanisms at runtime, using actuator endpoints.
Read more >Help, my Spring Boot info actuator endpoint is enabled, but I ...
Goal: exposes Java runtime information. Configuration property: management.info.java.enabled. It's up to you to decide what information you ...
Read more >Getting Started - resilience4j
The endpoint /actuator/circuitbreakers lists the names of all CircuitBreaker instances. The endpoint is also available for Retry, RateLimiter, Bulkhead and ...
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
As an alternative you could have a look at Spring Cloud Config.
hi, can you tell me pls,before replace(),how to create a new CircuitBreaker?in method getLastVersion()