...
Circuit Breaker in Microservice Architecture
This post provides an overview of circuit breaker pattern in microservice architecture and how this pattern works.
...
Health Check API in Spring Boot Application
This post provides a step-by-step guide for exposing a health check endpoint using Spring Boot Actuators.
...
Service Discovery in Microservice Architecture
This post provides an overview on service discovery in microservice architecture and covers both client-side and server-side discovery in detail.