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
Fahrschein already supports this, can we update the NakadiMetadata class to include the span ctx like in here
The text was updated successfully, but these errors were encountered:
brunoribeiro
changed the title
Support for propagating opentracing span contexts in metadata
Support for propagating opentracing span context in metadata
Nov 26, 2018
I suppose what we actually want is to transport the span from when the event is passed to the library, not when it was passed to Nakadi (or maybe both?). Should we expose arguments for the span context map in the NakadiWriter interface, or get those implicitly by calling the OpenTracing implementation?
Fahrschein already supports this, can we update the
NakadiMetadata
class to include the span ctx like in hereThe text was updated successfully, but these errors were encountered: