...
Router: Zuul
In this lesson, we'll discuss routing with Zuul.
Zuul is the routing solution that is part of the Netflix stack.
Zuul is responsible for forwarding external calls to the correct microservice.
The routing could also be provided by a Reverse Proxy.
A Reverse Proxy ...