Stephane Maarek created KAFKA-5468:
--------------------------------------
Summary: Change Source offset commit message to info to match Sink
behaviour
Key: KAFKA-5468
URL: https://issues.apache.org/jira/browse/KAFKA-5468
Project: Kafka
Issue Type: Improvement
Reporter: Stephane Maarek
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)