Details
-
Improvement
-
Resolution: Fixed
-
Unknown
-
None
Description
Currently, max.batch.size - determines the size of the batch returned from poll.
Investigate allowing for the SourceTask.poll method to just return the batch per poll. This would link each poll() call to a getMore() and potentially improve through put of the connector.