Is your feature request related to a problem? Please describe.
TextMapGetter.keys is only used by the deprecated OT trace and Jaeger propagators? But all TextMapGetter implementations needs to implement it, and it's existence means that TextMapGetter.get cannot be inlined as a lambda.
Describe the solution you'd like
Deprecate TextMapGetter.keys and give it a default implementation.
Is your feature request related to a problem? Please describe.
TextMapGetter.keysis only used by the deprecated OT trace and Jaeger propagators? But allTextMapGetterimplementations needs to implement it, and it's existence means thatTextMapGetter.getcannot be inlined as a lambda.Describe the solution you'd like
Deprecate
TextMapGetter.keysand give it a default implementation.