ryannedolan commented on a change in pull request #8921: URL: https://github.com/apache/kafka/pull/8921#discussion_r444580176
########## File path: connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorConnectorConfig.java ########## @@ -123,6 +125,10 @@ private static final String CONSUMER_POLL_TIMEOUT_MILLIS_DOC = "Timeout when polling source cluster."; public static final long CONSUMER_POLL_TIMEOUT_MILLIS_DEFAULT = 1000L; + public static final String CONSUMER_AUTO_OFFSET_RESET = "consumer.auto.offset.reset"; + private static final String CONSUMER_AUTO_OFFSET_RESET_DOC = "Consumer Auto offset reset, defaults to earliest unless specify."; Review comment: can leave off "unless specified" -- is redundant with "default". ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org