Skip to content

Commit

Permalink
Docs update: Add note on Kafka Consumer tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantcook authored and vietj committed Feb 10, 2022
1 parent 3b50692 commit 942b44c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

0 comments on commit 942b44c

Please sign in to comment.