In the previous Microservice tutorial, we have learned How Microservices handling Client side Load balancing.
Here, we will discuss Zuul proxy.
What is a Zuul Proxy ?
The Crux of Microservices pattern is to create an Independent service which...
Home » All posts
Microservices Communication: Zuul API Gateway
in
java microservices,
Microservice
- on August 21, 2017
- No comments
Microservices Tutorial: Ribbon as a Load balancer
in
building microservices,
Microservice,
microservice tutorial
- on August 11, 2017
- No comments

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...
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:...