04.Spring cloud

Spring cloud 

What is Spring Cloud?

Spring cloud provide lot of tools and services to develop microsevices applications quickly. Because microsevices are distributed and spring boot application are complex. So to reduce that complexity and to able to develop application easily spring cloud provide lot of tools.

There are hundreds of ways to build microservices. Spring cloud is one way and it is the most robust way to build microservice. Each micro service is spring boot application.

Hystrix

It is  circuit breaker to stop cascading failure and enabling resilience. Hysteric is a circuit breaker pattern implementation developed by Netflix.

Circuit breaker pattern ඉදිරියේදී වෙනම post එකක් හරහා විස්තර කර ඇත.

Zuul – Basically it provides an intelligent routing system.


 



Comments

Popular posts from this blog

09.Data Binding.

Database - Topics

02. Spring – Creating spring project clone it with GIT step by step.