Feb 18, 2022
Thanks for your comment!
If I understand correctly: ADL (adaptive concurrency limits) is complementary to circuit breaker, not a replacer.
While adaptive currency limits requests on the server side, circuit breaker is used on the "client" side (the service that issues the request) in order to detect bad behavior of instances on the target service and fail fast in case a specific node is latent, not responsive or generates too many errors.