Which Spring Cloud component is primarily used for service discovery in a microservices architecture?

  • Spring Boot
  • Spring Data
  • Eureka
  • Hibernate
The primary Spring Cloud component used for service discovery in a microservices architecture is Eureka. Eureka is a server-based service registry that allows microservices to register themselves and discover other services in the system.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *