Reputation: 1
I have a Spring Boot Cloud Gateway, an Eureka Server, and multiple microservices registered in Eureka. My goal is to ensure that my system can handle increased traffic efficiently. I have two questions regarding scalability and load balancing:
I am currently using Spring Cloud Gateway, Spring Cloud Netflix Eureka, and a Spring Boot-based microservices architecture. I appreciate any best practices or recommendations on how to set up a scalable system.
Upvotes: 0
Views: 53