Skip to content

issues Search Results · repo:spring-cloud/spring-cloud-circuitbreaker language:Java

Filter by

117 results
 (73 ms)

117 results

inspring-cloud/spring-cloud-circuitbreaker (press backspace or delete to remove)

Describe the bug There is a conflict when management.health.circuitbreakers.enabled=true and management.endpoints.access.default=none are configured at the same time. As soon as the application starts, ...
invalid
  • shihyuho
  • 1
  • Opened 
    on Jan 20
  • #233

I m using spring-cloud-circuitbreaker with Resilience4j, using Circuitbreaker, Timelimiter, ThreadpoolBukhead components of Resilience4j . Timelimiter is configured to timeout after 15 seconds on any of ...
  • gatewaynovice
  • 5
  • Opened 
    on Dec 18, 2024
  • #230

I had an syntax error in the timelimiter specifically in the timeout-duration. I am using spring-cloud-starter-circuitbreaker-resilience4j version 3.2.0. This problem only occurs when the timeout-duration ...
feedback-provided
  • Stevenrq
  • 3
  • Opened 
    on Dec 12, 2024
  • #229

I am not sure if this is a bug, but It feels like one. Background As we know, by default, if no Bulkhead is configured, then Spring Cloud Circuit Breaker will use the ThreadPoolBulkhead for each circuit ...
bug
waiting for feedback
  • OathMeadow
  • 6
  • Opened 
    on Dec 1, 2024
  • #224

We moved over from the old Hystrix to Resilience4j. We decided to go with Spring Cloud Circuit Breaker as it fit our needs. After deployment we realized quickly the metrics looked strange, as the picture ...
feedback-provided
  • OathMeadow
  • 12
  • Opened 
    on Sep 5, 2024
  • #213

now Currently, TimeLimiter can be disabled globally for all CircuitBreaker instances. This is possible through the change by this request https://github.com/spring-cloud/spring-cloud-circuitbreaker/issues/174. ...
enhancement
  • santoshdahal12
  • 2
  • Opened 
    on Jul 26, 2024
  • #202

I maintain some internal documentation that contains links to Spring Cloud Circuitbreaker documentation for different versions of Spring Cloud Circuitbreaker. It used to be possible to link to https://docs.spring.io/spring-cloud-circuitbreaker/docs/${version}/reference/html/, ...
documentation
waiting for feedback
  • breun
  • 3
  • Opened 
    on Jul 15, 2024
  • #189

Describe the bug Since org.springframework.cloud:spring-cloud-dependencies:2023.0.2 the dependency org.springframework.boot:spring-boot-starter-aop has been removed from org.springframework.cloud:spring-cloud-starter-openfeign. ...
feedback-provided
  • mgimenoromanadevinta
  • 4
  • Opened 
    on Jul 3, 2024
  • #187

enhancement
for-team-discussion
  • OlgaMaciaszek
  • 2
  • Opened 
    on Jun 27, 2024
  • #186

I was trying to implement circuit breaker in my reactive application. But in logs it is always showing state as closed state, even after circuit breaker is triggered as this line is getting triggered - ...
waiting for feedback
  • Pokkybeep
  • 1
  • Opened 
    on Jun 13, 2024
  • #185
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub