Spring Boot – Hystrix

2020 VietMX 0

Hystrix is a library from Netflix. Hystrix isolates the points of access between the services, stops cascading failures across them and provides the fallback options. […]

Spring Boot – Admin Client

2020 VietMX 2

For monitoring and managing your microservice application via Spring Boot Admin Server, you should add the Spring Boot Admin starter client dependency and point out […]