有没有可能在没有 Sleuth 的情况下使用 Zipkin 的方法?

Is there a possible way of using Zipkin without Sleuth?

我有一些用 Spring Boot 编写的分布式微服务,我正在使用 RabbitMQ。我想跟踪我的请求。有没有可能不使用 Spring Cloud 或 Sleuth

进行跟踪的方法

根据 this Spring Cloud Sleuth 是唯一支持消息传递的追踪器。

Brave 是库 spring 云侦探的构建基础,因此您可以在没有侦探的情况下使其工作:https://github.com/openzipkin/brave

澄清一下,Sleuth 不会强迫您使用任何其他 spring-云组件。它是 spring-cloud 因为它是 "cloud native" spring 技术之一