I have Eureka service discovery and Netflix Zuul to route multiple instances of my microservice running on multiple machines. How can I add more routes in this property so that Netflix Zuul can load balance different IP addresses.
zuul.routes.microservice.url=http://${ip address}/8100/
I tried these properties from previous questions but didn't work
microservice.ribbon.listOfServers=http://{machine 1 address}:8100/,http://{machine 2 address}:8100/,http://localhost:8100/
microservice.ribbon.NIWSServerListClassName=com.netflix.loadbalancer.ConfigurationBasedServerList