Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.8.0
-
None
Description
The Kafka source connector causes high CPU usage when running.
Looking at the Kafka SourceTask api, the poll function should block if no data is available and return occasionally. At the moment it returns straight away.
I'm assuming this is causing the poll task to be continuously called resulting in high CPU usage.
Attachments
Issue Links
- links to