FluxMessageChannel
: propagate the current context from producer to consumer
#8889
Milestone
FluxMessageChannel
: propagate the current context from producer to consumer
#8889
There is no connection between producer (
FluxMessageChannel.send()
) and consumerFluxMessageChannel.subscribe(Subscriber)
to propagate the context (typically thread local variables), e.g. an Observation or an Authentication.Therefore we need to look into mechanism to transport the context via
IntegrationMessageHeaderAccessor.REACTOR_CONTEXT
message header.The text was updated successfully, but these errors were encountered: