I am having java background and had worked with Springboot, and for Springboot APIs eureka works as both discovery server and load balancer.
How horizontal scaling and load balancing can be achieved with graphQL?
I have 2 APIs and a Gateway, now I am trying
- My Gateway and APIs instances to scale up when demand increases and sale down when demand settles down.
- How would load balancing be handled?
I trying exploring graphql federation but I did not get any helpful information. I am quite new to graphql.