From 2b9f7ccfda68d59699e11a58fdd54b5fcbc6fb03 Mon Sep 17 00:00:00 2001
From: buildmaster
We instrument the Spring Kafka’s ProducerFactory and ConsumerFactory
so that tracing headers get injected into the created Spring Kafka’s
Producer and Consumer.
To block this feature, set spring.sleuth.messaging.kafka.enabled to false.
![]() | Note |
|---|---|
We do not support context propagation via |
We instrument the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. +Check this issue for more information.
We instrument the JmsTemplate so that tracing headers get injected
+into the message. We also support @JmsListener annotated methods on the consumer side.
To block this feature, set spring.sleuth.messaging.jms.enabled to false.