Implementing Spring Cloud Bus In this section, when we make the changes in the Git repository, we have to hit multiple instances…
jpa and initialized data
-
-
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…
-
Configure JPA and Initialized Data In the previous section, we have hardcoded the response for the exchange value. It comes from the…
-
Connecting Microservices to Zipkin In this section, we will connect microservices to put their trace messages on the RabbitMQ. Once we place…
-
Creating a JPA Repository In the previous section, we have created a table in-memory database and saw that all the data is…