How to do server side load balancing using Spring Cloud Gateway and Netflix Eureka?

In this post we saw how to do client side load balancing in Spring Boot Microservices. One disadvantage of client side load balancing is every microservice client need to implement this load balancing. This might not be a big deal given how simple the changes required are. Still there is some coupling on the client … Continue reading How to do server side load balancing using Spring Cloud Gateway and Netflix Eureka?