davsclaus commented on PR #19645: URL: https://github.com/apache/camel/pull/19645#issuecomment-3430988471
if those headers are a standard naming convention across distributed systems then this may be desired. This allows to trace messages across different systems. I would frankly assume we already have this already. However you are currently more deep in this code and knows better. https://opentelemetry.io/docs/concepts/context-propagation/ https://www.w3.org/TR/trace-context/ However when you send messages you may not always want to include tracing details, for example to a database or kafka topic, and as such its not super easy in Camel as you then would need to remove headers, use custom header filer strategy etc which people often don't and they then are not really aware of what data they end up sending from Camel to external systems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
