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 […]

Spring Boot – Admin Server

2020 VietMX 0

Monitoring your application by using Spring Boot Actuator Endpoint is slightly difficult. Because, if you have ā€˜nā€™ number of applications, every application has separate actuator […]

Spring Boot – Actuator

2020 VietMX 0

Spring Boot Actuator provides secured endpoints for monitoring and managing your Spring Boot application. By default, all actuator endpoints are secured. In this chapter, you […]