spring-attic / spring-integration-kafka

Apache License 2.0
325 stars 179 forks source link

Allow max.poll.records > 1 #267

Closed garyrussell closed 5 years ago

garyrussell commented 5 years ago

Add a flag to allow fetching multiple records and iterate over them in receive().

Users must be sure to poll at a sufficient rate to consume all records within max.poll.interval.ms to avoid a rebalance.

Include remainingRecords header.