October 2018
Intermediate to advanced
982 pages
23h 29m
English
Our Gateway is running. Now, we can check the Eureka server page to confirm this information.
Go to http://localhost:8761/, and check the Instances currently registered with Eureka section. We should see the Gateway application, as shown in the following screenshot:

Excellent. It worked well. The Gateway application is successfully registered, and it can be looked up via the service discovery. Our Gateway will connect to the Eureka server to get the service available and distribute the requested calls to the correct services.
Well done. Now, we can create our routes in the Gateway. We will do this in the next chapter ...
Read now
Unlock full access