CapstoneProject18 / Tracing-and-monitoring-micro-services-using-Spring-Sleuth.

"A simple user action might trigger a chain of downstream microservice calls. It would be tedious to trace the logs related to a particular user action across microservices. In addition to that, we might want to track down why a certain microservice call is taking so much time. We can use Spring Cloud Sleuth to handle these kinds of issues. Spring Cloud Sleuth provides the distributed tracing capabilities and we can also export these trace information to Zipkin to visualize the call traces. "
0 stars 0 forks source link

Netflix Eureka Naming Server #19

Open PVBadgujar opened 5 years ago

PVBadgujar commented 5 years ago

With Netflix Eureka each client can simultaneously act as a server, to replicate its status to a connected peer. In other words, a client retrieves a list of all connected peers of a service registry and makes all further requests to any other services through a load-balancing algorithm.

PVBadgujar commented 5 years ago

This code is uploaded ion Github on Prasad's Branch.