eclipse-hono / hono

Eclipse Hono™ Project
https://eclipse.dev/hono
Eclipse Public License 2.0
453 stars 137 forks source link

[#3597] Use more generic AMQP trace context propagation format. #3599

Closed calohmn closed 10 months ago

calohmn commented 11 months ago

Writing trace-context information in the AMQP message application-properties now.

Setting a system property hono.tracing.amqp.useLegacyTraceContextFormat to true will reinstate the old behaviour. This can be used for Hono deployments with custom protocol adapter or device registry implementations, that haven't been adapted yet.

This fixes #3597.

sophokles73 commented 10 months ago

@calohmn are you still working on this?

calohmn commented 10 months ago

@sophokles73 yes, will update the PR in the next days.