In the previous Microservice tutorial , we have learned How to communicate with other Microservice using Feign as a REST client and Eureka server as a Service discovery.
In all cases, We consider only one instance of a Microservice-- which calls...
Home » All posts
Microservices Tutorial: Ribbon as a Load balancer
in
building microservices,
Microservice,
microservice tutorial
- on August 11, 2017
- No comments
Is Data Abstraction and Encapsulation a fancy term of Information Hiding?
in
java,
java interview,
java interview questions
- on August 05, 2017
- No comments

I have seen many developer/Architect use the term interchangeably and has the reason for it but yes there are differences-- a huge difference in terms of hiding information. I try to explain it in a Simple way.
Let’s start by the definition.
Encapsulation:...
Microservices Communication: Feign as Rest Client
in
feign client tutorial,
Microservice,
microservices java,
netflix microservices,
pring cloud netflix,
spring boot cloud,
spring boot microservices,
spring cloud netflix,
spring-cloud-starter-feign
- on July 28, 2017
- No comments

In the previous microservice tutorial, we have learned How Microservice communicates with each other using RestTemplate. In this tutorial, we will learn How one microservice communicates with Other via Feign Client . This is the third part of Microservice...