Spring Cloud Circuit Breaker events not firing
I’m trying to implement a circuit breaker pattern in my Spring Boot Cloud application. However, I cannot see the circuitbreaker events kicking in.
Here’s what I’m trying:
springcloud sets the maximum number of concurrent bulkheads
Why is the value I configured for maxConcurrentCalls different from the value I actually tested。
The maximum number of requests is only half of the configured value ???