Which component in Spring Cloud is primarily used for service discovery?
- Eureka
- Feign
- Hystrix
- Ribbon
Eureka is the Spring Cloud component primarily used for service discovery. It allows microservices to find and communicate with each other dynamically.
Loading...
Related Quiz
- To represent an asynchronous computation result in Spring Boot reactive programming, the _____ class is used.
- You are working on a critical Spring Boot application where security is a prime concern, especially for configuration properties. How would you secure sensitive configuration properties such as database passwords and API keys?
- Which annotation is used to test only the web layer in a Spring Boot application?
- Which Spring Boot feature is commonly used to automate the database schema creation and update process?
- What is the main purpose of JSR-303 Bean Validation in Spring Boot applications?