InterviewSolution
Saved Bookmarks
| 1. |
What Netflix Projects Did We Use? |
|
Answer» Eureka CREATED by Netflix, it is the Netflix Service DISCOVERY Server and Client. Netflix Ribbon, it PROVIDE SEVERAL algorithm for Client-Side LOAD Balancing. Spring provide smart RestTemplate for service discovery and load balancing by using @LoadBalanced annotation with RestTemplate instance. Eureka created by Netflix, it is the Netflix Service Discovery Server and Client. Netflix Ribbon, it provide several algorithm for Client-Side Load Balancing. Spring provide smart RestTemplate for service discovery and load balancing by using @LoadBalanced annotation with RestTemplate instance. |
|