Search code examples
spring-bootspring-cloudnetflix-eureka

Is there a way to load-balance the eureka server (spring boot)


We are using spring boot with eureka for service discovery. Need to understand that Can we use multiple instance of spring boot eureka server behind the load balancer?


Solution

  • Yes, using peer awareness. They will synchronise with each other and you can communicate with any of the instances through the load balancer.