We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c03d7a commit bac7dfcCopy full SHA for bac7dfc
ddtrace/contrib/_kafka.py
@@ -50,7 +50,7 @@
50
51
Pin.override(confluent_kafka, service="custom-service-name")
52
53
-**Note**: `Data Streams Monitoring <https://docs.datadoghq.com/data_streams/>`_ (``DD_DATA_STREAMS_ENABLED=true``) or distributed tracing (``DD_KAFKA_PROPAGATION_ENABLED=true``)
54
-will only work if Kafka message headers are supported.
+**Note**: `Data Streams Monitoring <https://docs.datadoghq.com/data_streams/>`_ (``DD_DATA_STREAMS_ENABLED=true``) or
+distributed tracing (``DD_KAFKA_PROPAGATION_ENABLED=true``) will only work if Kafka message headers are supported.
55
If `log.message.format.version` is set in the Kafka broker configuration, it must be set to `0.11.0.0` or higher.
56
"""
0 commit comments