There was an error while loading. Please reload this page.
The CompositeTextMapPropagator.java is using the same property for consumer and producer. I assume this is a copy-paste error.
See 9b72cc4#r126084189
Spring Boot 3.1.3
Use the getEffectiveConsumedTypes() instead of the getEffectiveProducedTypes() method
getEffectiveConsumedTypes()
getEffectiveProducedTypes()
Line 131: List<TextMapPropagator> extractors = properties.getEffectiveConsumedTypes().stream().map(mapper::map).toList();