You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Exit Criteria KafkaChannel should pass E2E tracing tests as IMC channel
Additional context (optional)
Now that MessageDispatcher correctly handles traces, we just need to setup the traceparent injection/extraction when we push the message in Kafka and when we read back the message from Kafka. This can be done easily with new additions to sdk-go, in particular DistributedTracingExtension.ReadTransformer() and DistributedTracingExtension.WriteTransformer()
Problem
KafkaChannel
tracing supportPersona:
Event Consumer/Producer
Exit Criteria
KafkaChannel
should pass E2E tracing tests as IMC channelAdditional context (optional)
Now that
MessageDispatcher
correctly handles traces, we just need to setup the traceparent injection/extraction when we push the message in Kafka and when we read back the message from Kafka. This can be done easily with new additions to sdk-go, in particularDistributedTracingExtension.ReadTransformer()
andDistributedTracingExtension.WriteTransformer()
/assign
/cc @ian-mi
The text was updated successfully, but these errors were encountered: