Russole opened a new pull request, #22543: URL: https://github.com/apache/kafka/pull/22543
This is a small refactor to resolve the TODO in [`OffsetSyncWriter`](https://github.com/apache/kafka/blob/trunk/connect/mirror/src/main/java/org/apache/kafka/connect/mirror/OffsetSyncWriter.java#L172-L174) by centralizing the downstream offset boundary calculation used by MirrorMaker offset sync translation. The existing behavior is unchanged. `OffsetSyncStore` and `OffsetSyncWriter` now share the same implementation in `OffsetSync` instead of duplicating the `downstreamOffset + 1` logic. -- 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]
