In Spring Cloud, the _____ is used for defining service instance metadata and implementing custom service instance selection policies.
- Eureka
- Hystrix
- Ribbon
- Zuul
In Spring Cloud, Eureka is used for defining service instance metadata and implementing custom service instance selection policies. Eureka is a service registry and discovery server that helps manage microservices in a distributed system.
Loading...
Related Quiz
- How can you handle validation errors and display them to the user in Spring Boot?
- Which Java utility is primarily used for monitoring Java applications and troubleshoot performance issues?
- How can you configure a custom method security expression handler in Spring Security?
- In Spring Boot's project structure, where should the application properties file be placed?
- Which tool is commonly used to generate a Spring Boot project structure?