Connecting Microservices to Zipkin In this section, we will connect microservices to put their trace messages on the RabbitMQ. Once we place…
spring cloud config server
-
-
Client-Side Load Balancing with Ribbon Netflix Ribbon Netflix Ribbon is a Part of Netflix Open Source Software (Netflix OSS). It is a…
-
Implementing Spring Cloud Bus In this section, when we make the changes in the Git repository, we have to hit multiple instances…
-
Distributing calls using Eureka and Ribbon In the previous section, we have registered currency-exchange-service and currency-conversion-service with the Eureka naming server. When…
-
Executing a Request through Zuul API Gateway Step 1: Run the netflix-eureka-naming-server. Step 2: Run the currency-exchange-service on port 8000. Step 3:…
-
Introduction to Distributed Tracing Distributed Tracing Distributed tracing is a technique to monitor and profile the applications, especially those built using microservice…
-
Fault Tolerance with Hystrix Microservices must be extremely reliable because they depend on each other. The microservice architecture contains a large number…
- Java TechnologyMicroservices Tutorial
Invoking Currency Exchange Service From Currency Conversion Service
Invoking currency-exchange-service from currency-conversion-service We have the currency-exchange-service ready, and we have set up a currency-calculation-service (currency-conversion-service). Now we will invoke the…
-
Using Feign REST Client for Service Invocation In this section, we will start with one of the popular Spring Cloud Component that…
-
Connect Spring Cloud Config Server to Local Git Repository In this section, we are going to learn how to connect spring-cloud-config-server to…