Microservices

Microservice Communication in a Distributed System

This Java and microservices tutorial shows how one microservice communicates with another dependent microservice service via the service registry and Eureka Server.  Let's see the sequence of how one microservice calls anothe…

Top Stories About How to Start Eureka Server

I have explained how one   microservice can communicate with another microservice . In this article , we'll get introduced to client-side service discovery and load balancing via   Spring Cloud Netflix Eureka. Microservice ar…

Microservice Service Discovery Best Practices

I covered how to get started with Eureka Server Setup in my previous post, and this is the second part of the microservices communication series. Spring Initializer is utilised to create our project here. Before generating a Ma…

This Week's Top Stories About How to Start Eureka Server

In my previous microservice article I have explained how one microservice can communicate with another microservice . In this article , we'll get introduced to client-side service discovery and load balancing via Spring Clo…

Load More That is All

Microservice Communication in a Distributed System