In the series of Microservices Tutorial, we have already discussed on Microservices Architecture and Microservices in Java in a theoretical way. Now in this article, we will create an example by using Netflix Eureka in the context of Microservices. We will use Netflix Eureka to register & discover Microservices. In order to make intra-communication happen between multiple micro services, it is mandatory to register & discover them in the application. It is possible by using Netflix Eureka Server. Hence, we will talk about 'How to register and discover Microservices using Netflix Eureka?' in this article. In order to make communication happen among all microservices in an application, there should be a common medium. Furthermore, that common medium should have details of
You are here
Home > Eureka