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