chia7712 commented on code in PR #18937:
URL: https://github.com/apache/kafka/pull/18937#discussion_r2020616189
##########
metadata/src/main/java/org/apache/kafka/metadata/util/SnapshotFileReader.java:
##########
@@ -208,8 +208,4 @@ public void close() throws Exception {
beginShutdown("closing");
queue.close();
}
-
- public CompletableFuture<Void> caughtUpFuture() {
Review Comment:
Thank you for sharing this information. It appears we overlooked this aspect
during the implementation of the shell tool. It is likely acceptable to remove
the method for the time being, as we can reinstate it in the future.
--
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]