Microservices - Resilience Patterns
Which code snippet correctly demonstrates the use of a circuit breaker pattern in a microservice call?
response = service.call().circuitBreaker().execute()shows a call with circuitBreaker() method, which is correct syntax for circuit breaker usage.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions