Open
Description
I think it would be great if the library supported integration with the Opentelemetry standard.
Obvious places for such integration seem to be:
- Inserting a traceparent header into the message at the time of sending. Inheriting it from the context passed to the sending methods.
- Reading this header from messages read from the topic.
- Maybe this logic should be applied for the rest of the requests sent through the Connection object.
For competing solutions, such integration is possible. And it would be great if it was supported in kafka-go.