yashmayya commented on code in PR #12355:
URL: https://github.com/apache/kafka/pull/12355#discussion_r962159990


##########
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:
   Should we also document this in the [Connector Development 
Guide](https://kafka.apache.org/documentation/#connect_development) (along with 
the other new `SourceConnector::canDefineTransactionBoundaries` method)?



-- 
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

Reply via email to