From 942b44ccc6f3c654f5cdc3d20dba7047e7965be9 Mon Sep 17 00:00:00 2001 From: Julian Cook Date: Sat, 5 Feb 2022 11:47:19 +0000 Subject: [PATCH] Docs update: Add note on Kafka Consumer tracing --- src/main/asciidoc/index.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index c9a55b66..de955e9c 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -490,4 +490,6 @@ span tags are: - `peer.service` is always `kafka` - `message_bus.destination`, which is set to the topic in use +NOTE: If Vert.x is _not_ configured with Tracing enabled, messages consumed by a Kafka Consumer will _not_ have a unique local context. Keep this in mind if you want to use a context's local data between handlers. + include::admin.adoc[]