-
Task
-
Resolution: Unresolved
-
Major
-
3.2.0.Alpha1
-
None
-
False
-
-
False
-
-
Create example for OTEL tracing, which would trace all operation in the flow bellow in one trace. The flow should be as follows:
- application one starts the trace and create a record in the DB (including column with trace span)
- change in the DB is captured by Debezium and sent to Kafka, Debezium span is added to the trace
- application two reads Kafka record and adds it's own span into the trace
Related Zulip chat: https://debezium.zulipchat.com/#narrow/channel/302529-community-general/topic/End.20to.20end.20tracing.20with.20kafka
Example application (provided by the user): https://github.com/pruthvimz/debezium-examples/tree/opentelemetry/otel-e2e