1.

Explain the term Eureka in Microservices.

Answer»

Eureka Server, also referred to as Netflix Service DISCOVERY Server, is an application that keeps track of all client-service applications. As every MICROSERVICE registers to Eureka Server, Eureka Server knows all the client applications running on the different ports and IP addresses. It GENERALLY USES Spring Cloud and is not heavy on the application development process. 



Discussion

No Comment Found