Java Springboot Microservices Spring Cloud- Netflix Eureka + Ribbon Simple Example(client side load balancing) In this post we make use of Netflix Ribbon for Client Side Load Balancing. In previous posts we made use of Netflix component Eureka for service registry and discovery.
Java Springboot Microservices Microservice Registration With Spring Cloud Using Netflix Eureka - Part 4 In previous post we registered a microservice to Eureka server. This post we consume this service by discovering the student-producer service from the Eureka server.
Java Springboot Microservices Microservice Registration With Spring Cloud Using Netflix Eureka - Part 3 In this series we’ll learn how to use Netflix Spring Cloud Components. In these posts we make use of Netflix component Eureka for service registry and discovery.
Java Springboot Microservices Microservice Registration With Spring Cloud Using Netflix Eureka - Part 2 This is the second article in a series of 5 articles covering service discovery in microservices architecture using SpringBoot and Netflix Eureka:
Java Springboot Microservices Microservice Registration With Spring Cloud Using Netflix Eureka - Part 1 A service registry is a phone book for your microservices. Each service registers itself with the service registry and tells the registry where it lives (host, port, node name).