C0urante opened a new pull request, #12355: URL: https://github.com/apache/kafka/pull/12355
[Jira](https://issues.apache.org/jira/browse/KAFKA-14017) - Implements the new `SourceConnector::exactlyOnceSupport` method in the file source connector - - When reading from stdin, returns `ExactlyOnceSupport.UNSUPPORTED` as we do not track offsets when reading from stdin - - When reading from a file, returns `ExactlyOnceSupport.SUPPORTED` as we do track offsets and, as long as the only modifications to the file after the connector is created are appends, those offsets should be perfectly accurate - Does not implement the new `SourceConnector::canDefineTransactionBoundaries` method as the default is to return `ConnectorTransactionBoundaries.UNSUPPORTED` , which is correct for this connector as it is incapable of defining its own transaction boundaries ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
