InterviewSolution
Saved Bookmarks
| 1. |
Explain the way to implement service discovery in microservices architecture. |
|
Answer» There are many ways to set up service discovery, but Netflix's Eureka is the most efficient. This is a hassle-free procedure that doesn't add much weight to the application. It ALSO supports a wide range of web applications. A NUMBER of annotations are PROVIDED by Spring CLOUD to make its use as simple as possible and to hide COMPLEX concepts. |
|