Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.0.0
-
None
Description
The docs of poll() currently say "This method should block if no data is currently available". This causes the task from transitioning to PAUSED state, if there's no data available for a longer period of time. I'd therefore suggest to reword like this:
This method should block if no data is currently available but return control to Kafka Connect periodically (by returning null).
Attachments
Issue Links
- links to