Zipkins

  • Microservices communicate With each other, using zipkins or slut.
  • To identify, which instance of microservice is failing, we use spring cloud, sluth and zipkins.
  • For each request, spring cloud sluth Generates metadata.This metadata contains Elements
    • Service name
    • Trace ID
      • Trace ID is a unique ID That remains the same throughout the microservices For particular request.
    • Span ID
      • Span ID is unique per microservice.
    • Export flag

No comments:

Post a Comment

Spring Boot

What is circular/cyclic dependency in spring boot? When two services are interdependent on each other, that is to start one service, we requ...