Ethickfox kb page with all notes


https://microservices.io/patterns/reliability/circuit-breaker.html




The annotation @EnableEurekaServer exposes the Eureka API and web console for a Spring Boot application.
The annotation @EnableDiscoveryClient is used to expose the service to Eureka based on default or overridden configuration.

The @LoadBalanced annotation is used to load balance service calls across all instances discovered from Eureka.
OpenFeign dependency
The spring.application.name is what is exposed via Eureka that the feign client consumes.














