You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Stephane Maarek (JIRA)" <ji...@apache.org> on 2017/06/19 04:33:01 UTC

[jira] [Created] (KAFKA-5468) Change Source offset commit message to info to match Sink behaviour

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)