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
@itatdcer, I recently debugged duplicates on the non batch message processing, let me know if you are still trying to troubleshoot, I can help you with that
Using the option
mp.messaging.incoming.$channel.batch=true
, always result in duplicate records, multiple ofmax.poll.records
configuration.In a processing "pipeline" like
`@Incoming("inbound-channel")
@Outgoing("outbound-channel")
public Multi<Message<byte[]>> process(Message<List<byte[]>> msg) {
The output topic is always filled with the number of input messages plus n x "max.poll.records`".
The text was updated successfully, but these errors were encountered: