gsoc-swift-tracing
gsoc-swift-tracing copied to clipboard
Consider using the BaggageContextKey as part of extractor/injector API
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.