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…
spring cloud bus
-
-
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…
-
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…
-
Components of Microservices There are the following components of microservices: Spring Cloud Config Server Netflix Eureka Naming Server Hystrix Server Netflix ZuulAPI…