Zuul and Ribbon integration
问题 I have trouble understanding the connection between Zuul and Ribbon. I think I got Zuul clear. It's a reverse proxy I can contact to reach one of my several instances of a service. It will pick the right server using a round-robin algorithm or whatever you configure it to do. It's a traditional load-balancer. To know the instances available it can use a registry like Eureka. But I've got more trouble with Ribbon. It's sold as a client-side load balancer but what does it mean ? It doesn't need