Zipkin Integration With RabbitMQ for tracing
问题 I have two Microservices (Spring boot application) . For tracing I am using <artifactId>spring-cloud-sleuth-zipkin</artifactId> along with zipkin. Service A is producer and send message using RabbitMQ broker. On other hand Service B is the consumer, their is @RabbitListener . I want to exchange the traceId(with span details) from service A to Service B. I have seen the example (using brave) but unable to integrate zipkin with rabbitMQ and trace propogation. Can Any One please help me how to