Eureka Ribbon LoadBalancer Cache update delay
问题 I am setting up a micro service based application, where Aggregation layer / API gateway makes calls to micro services. Eureka is used for service discovery and Ribbon for providing a load balancing RestTemplate. Postman calls Aggregation--> Aggregation calls Micro service using Eureka/Ribbon/RestTemplate. I have 4 instances of one micro services type running on my machine on 4 different ports. Hitting the same REST endpoint repeatedly Postman causes the requests to get load balanced properly