kumarpritam863 commented on code in PR #12460: URL: https://github.com/apache/iceberg/pull/12460#discussion_r2042422866
########## kafka-connect/kafka-connect/src/main/java/org/apache/iceberg/connect/Committer.java: ########## @@ -54,4 +55,7 @@ default void close(Collection<TopicPartition> closedPartitions) { } void save(Collection<SinkRecord> sinkRecords); + + /** Method to configure the committer. */ + default void configure(Map<String, String> config) {} Review Comment: Yeah, I think that makes more sense actually. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org