Computer Science, asked by sajalkhandelwal3161, 10 months ago

Once eureka server and client is configured, which object can be used by one microservice (acting as a eureka client) to get instances of other microservices (which are also other eureka clients) that it needs to access?

Answers

Answered by Anonymous
5

Eureka is a REST (Representational State Transfer) based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers. We call this service, the Eureka Server.

Hope this helps you ✌️✌️❤️❤️☺️☺️

Similar questions