gsoc-swift-tracing icon indicating copy to clipboard operation
gsoc-swift-tracing copied to clipboard

Consider using the BaggageContextKey as part of extractor/injector API

Open slashmo opened this issue 5 years ago • 0 comments

Currently, the Extractor & Injector APIs make the assumption that all keys and values are Strings. Maybe there's an opportunity to reuse the typed Value of a given BaggageContextKey to replace the hard-coded String types from these APIs.

slashmo avatar Jul 01 '20 08:07 slashmo