-
While Kafka tracing is quite simple for Kafka record listener, I have unexpected problems with batch listener. https://spring.io/blog/2022/10/12/observability-with-spring-boot-3 shows how to close one "global" span with Observation API. It is not my case, then I used "Span API". I would like to see example how to manage traces with batch listener |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Since this is specifically about instrumentation, it might be more appropriate to ask over in the instrumentation repository. (https://github.com/open-telemetry/opentelemetry-java-instrumentation) |
Beta Was this translation helpful? Give feedback.
-
To clarify what I need, I copied stacktrace how single record listener extracts span from Kafka message.
|
Beta Was this translation helpful? Give feedback.
yes, I suggest asking about this in the instrumentation repository. thanks!