Service Discovery with Eureka and Spring Cloud: A Hands-On Tutorial
Engineers wiring service discovery in microservices
Tag archive
Engineers wiring service discovery in microservices

This blog mark the beginning of a new series focused entirely on the Microservice design pattern. In...

Reminder of Microservices Request Flow: All HTTP requests go through the Gateway. From the URL...

New Series: Spring Cloud Microservice Architecture (Service Discovery · Gateway · Nginx · Production...

Spring Cloud Gateway (also known as a gateway or Edge Service) is a dynamic routing server. In other...

1. Download Kafka Download the version 2.13-2.7.0 of Kafka...
Microservice architectures require robust service discovery mechanisms to manage the dynamic nature...
Microservices architecture is a design approach where an application is composed of loosely coupled...
Following library is used Java 17 Spring Framework 6.1.6 Spring Cloud Common 4.1.2 Spring Cloud...
Properties of microservice may be changed during execution. A mechanism is available for refresh in...
Before getting deep to understand what is the Micro Service Architecture, we should understand WHY...

This tutorial shows you how to build a microservices architecture with Spring Boot and Spring Cloud.