Relative Content

Tag Archive for amazon-web-servicesspring-bootspring-cloud-gatewayresilience4j

Spring Cloud – Resilience 4J – Circuit Breaker – in AWS AutoScaling Group

I’m really confused here. How does one manage circuit breaker state, when one has multiple instances of a Spring Cloud Gateway app running. Won’t each instance have their own circuit breaker state, in memory, which will change on each request that instance receives (depending on how the load balancer sends requests)