Search code examples
spring-bootspring-cloud-sleuthzipkin

Is there a possible way of using Zipkin without Sleuth?


I have some distributed micro services written in Spring Boot and I am using RabbitMQ. I want to track my requests. Is there a possible way of tracking without using Spring Cloud or Sleuth


Solution

  • According to this Spring Cloud Sleuth is the only tracer that supports messaging.