0 votes
in Service Discovery by (30.5k points)
How will you balance the server-side load by utilizing Spring Cloud?

1 Answer

0 votes
by (23.1k points)

The server-side load balancing can be done by using Netflix Zuul. It is also known as a JVM based router.

Related questions

+1 vote
asked Dec 20, 2019 in Service Discovery by sharadyadav1986 (30.5k points)
...