Imagine I have 10 spring boot microservices. And they communicate one with each other using http in some order. Eg. service1 sends requests to service2, service2 sends requests to service 3, service 3 sends requests to serivce 4, service 4 sends requests to service 1 …
Is there some tool/library/… from the spring boot stack … which allow to track this dependencies graph.
PS. zipkin not allowed …
Thanks!
From the spring cloud projects the closest I found was the eureka service and open feingn client but they don’t do actually the thing. Eureka just registers and shows services and open feign is just an http client
Туровский Евгений is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.