Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When WorkerSinkTask does a commit, we get an INFO message:
https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSinkTask.java#L278
When WorkerSourceTask does a commit, we get a DEBUG message:
https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java#L284
Changing it to INFO is a bit easier to easily measure timeout and get a better understanding of source connectors behaviour and tune the timeout settings.
Attachments
Issue Links
- links to