Track specification change for composite TextMapPropagator inject/extract #1696
Labels
area:context
Part of OpenTelemetry context
blocked:specification
Waiting on clarification of the OpenTelemetry specification before progress can be made
Milestone
Currently the composite
TextMapPropagator
requires that the inject/extract methods accept a getter/setter as an argument even though the underlyingTextMapPropagator
is only given the option to support this argument. The implementation of the compositeTextMapPropagator
does not support these currently required arguments (it is just aTextMapPropagator
interface itself).A PR to the specification has been made to ease this requirement. Until this is merged and released, this implementation of the specification will be out of compliance. This issue is intended to track these needed changes upstream and ensure when we release an RC it is for an implementation of a specification that we can be compliant with.
The text was updated successfully, but these errors were encountered: