C0urante commented on code in PR #12355: URL: https://github.com/apache/kafka/pull/12355#discussion_r992564573
########## 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: I have plans to add a dedicated section for exactly-once support to our docs; I think it'd be better to put that information there since it's a fairly-advanced concept and probably wouldn't be too useful for people just getting up to speed with the Connector API. Thoughts? -- 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