Writing a Reverse Proxy Service in Spring Boot. With Spring boot Retry on Failures
In this microservice world, we always emphasize passing any HTTP request through the API/Service gateway layer that Connects Multiple micro-services with having a Bare minimum requirement of Logging all the requests and responses of each service for cleaner Visibility.
We can consider writing our reverse proxy layer in the