Showing posts with label MicroServices. Show all posts
Showing posts with label MicroServices. Show all posts

Wednesday, 10 June 2020

Microservices Interview Questions Part-1

1. Advantages and disadvantages of micro-services. Why to go for micro services architecture over monolithic architecture.The Advantages of MicroservicesThe advantages of microservices seem strong enough to have convinced some big enterprise...

What is Feign Client and How to use it?

Feign client what does it mean and what it exactly does and compared to the rest template how does it outstands itself and make flexible for the developers will be seen...

Sunday, 28 July 2019

Configuring Edge (proxy) server – Zuul

Zuul is an edge server or proxy server, and serves the requests of external applications such as UI client, Android/iOS app, or any third-party consumer of APIs offered by the...

Circuit breaker – Hystrix

Hystrix tool is for circuit breaker operations, that is, latency and fault tolerance.Therefore, Hystrix stops cascading failures. Hystrix performs the real-time operations for monitoring the services and property changes, and...

Client Side Load Balancing with Ribbon and Spring Cloud

Microservice architecture is of no use if there is no inter-process or service communication. The Ribbon application provides this feature. Ribbon works with Eureka for load balancing and with Hystrix...

Service Registry in MicroServices

The Service registry is a database populated with the information in how to dispatch requests to microservices instances. In this tutorial we are using the Eureka Server is used for...