yashmayya commented on code in PR #12355: URL: https://github.com/apache/kafka/pull/12355#discussion_r992989023
########## connect/file/src/main/java/org/apache/kafka/connect/file/FileStreamSourceConnector.java: ########## @@ -95,4 +96,18 @@ public void stop() { public ConfigDef config() { return CONFIG_DEF; } + + @Override + public ExactlyOnceSupport exactlyOnceSupport(Map<String, String> props) { Review Comment: Thanks Chris, I think that makes sense. -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org