Hi All,
I want to use Eureka to know all my registered services IP and port numbers.
I am confused a little bit about using a load balancer. I want to the server side load balancer, the First option could be using Nginx as load balancer but it has config problems and I need to ask for Eureka to refresh my Nginx config everytime a new service registered or changed.
What kind of methods do you suggest me to use a load balancer with Eureka?
Thanks.