Channels decoration depends on the way messages are produced #2468
Unanswered
marekczajkowski
asked this question in
Q&A
Replies: 1 comment
-
If it's intentional, should we propose a Decorators documentation update, so it's not confusing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a specific rationale for invoking the decorate method on publishers based on the method of message publication? I observed that when producing messages with Multi, the decorator does not get triggered, whereas it works when producing a Multi of payloads or using PublisherBuilder.
This works fine - Decorator is called:
as well as
But not here:
It looks like it when PublisherMediator is creating publishers for some of them decorate is not called
Is this behavior a bug, or is there a justification for it?
Beta Was this translation helpful? Give feedback.
All reactions