-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: Source
-
None
-
None
-
None
-
None
-
None
-
None
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.