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
However, given that interacting with baggage is not just a component of propagation and how most SDKs provide To/From context methods directly on baggage (or at least in the same package/header), I suggest Baggage should have static to/from context methods (or a header file within the baggage directory that provide this functionality.
Effectively, let's not conflate using Baggage with propagation of baggage.
The text was updated successfully, but these errors were encountered:
The Specificaiton states that baggage should have convenience methods to go to/from context.
Currently, that resides in the propagation module of Bagage,
However, given that interacting with baggage is not just a component of propagation and how most SDKs provide To/From context methods directly on baggage (or at least in the same package/header), I suggest Baggage should have static to/from context methods (or a header file within the
baggage
directory that provide this functionality.Effectively, let's not conflate using Baggage with propagation of baggage.
The text was updated successfully, but these errors were encountered: