Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
4.0.8, 4.1.1, 5.0-alpha1, 5.0
-
None
-
Operability
-
Normal
-
All
-
None
-
Description
Title originally was: Ferrying OpenTelemetry span/context via org.apache.cassandra.net.Message.Header
Lately I endeavored to integrate Jaeger with Cassandra. However, the only way to reliably sent messages across modes requires specifying a ParamType, which is limited only to an UUID, which is not enough to sent both the 128-bit spanId and parent, nevermind the baggage.
Is there any other way I can reliably send the data to other node using Message.Header?
Or could I alternatively coordinate with the Cassandra team to reserve an integer for the definite use of ferrying OpenTelemetry data?
I'v detailed my endeavors here.
Attachments
Issue Links
- is caused by
-
CASSANDRA-15066 Improvements to Internode Messaging
- Resolved