You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While the AbstractOperationDataScanner can handle multiple payloads for one topic/queue, the AbstractMethodLevelListenerScanner uses only the first payload and ignores the others.
When multiple payloads (via ChannelItem) are found for one topic, the payloads should be merged together using anyOf. This is implemented in MessageHelper.
Describe the bug
While the
AbstractOperationDataScanner
can handle multiple payloads for one topic/queue, theAbstractMethodLevelListenerScanner
uses only the first payload and ignores the others.When multiple payloads (via ChannelItem) are found for one topic, the payloads should be merged together using
anyOf
. This is implemented inMessageHelper
.Reported in #64
Dependencies and versions used
springwolf-amqp
version0.16.0
.springwolf-kafka
version0.16.0
.Code example
Stack trace and error logs
none
The text was updated successfully, but these errors were encountered: