Do we need to configure both Ribbon and Zuul for Loadbalancing the microservices.
From what I have seen Zuul is more of a conventional reverse-proxy loadbalancer and any request to services thro Zuul will automatically be loadbalanced and I do not have to configure Ribbon in individual microservices.
We will need Ribbon configured in the service only if we need to connect to a service that is not proxied by Zuul.
Is the understanding correct.