librdkafka
librdkafka copied to clipboard
feat: Add max.poll.records
Attempting to make the max.poll.records a usable field, I know its available through the method call, however it would be useful to be able to call this method and have it use that value. This would be useful to downstream libraries as well, as implementing a batch call would become very simple.
Just trying to get the field to work, whist maintaining backwards compatibility.
@edenhill or @mhowlett is this sufficient? Would you like me to write this a different way? Please let me know. Thank you for your time.