In the basic Setup with Spring Boot-Spring Cloud Components.
Is there any way the Eureka Service can sync the details of available services registered with itself, with a Physical Load Balancer like 'Stingray Traffic Manager'.
This is a question raised in my project, where there is a issue what we are facing, for service unavailable 503 errors or sometimes client-service not able to de-register itself from Eureka.
One cause which was found is something to understand about eureka eviction policy.
Other thing, which I am raising as a question here to know is it possible to sync the availability of registered services with Physical LB like with 'Stingray' tool.
My question might be wrong, but trying to understand the possibilities to improve Eureka Server and Client- Services Register and De-Register issues.