mannoopj commented on code in PR #20707:
URL: https://github.com/apache/kafka/pull/20707#discussion_r2578551934


##########
metadata/src/main/java/org/apache/kafka/metadata/bootstrap/BootstrapDirectory.java:
##########
@@ -55,7 +59,7 @@ public BootstrapDirectory(
         this.directoryPath = Objects.requireNonNull(directoryPath);
     }
 
-    public BootstrapMetadata read() throws Exception {
+    public BootstrapMetadata maybeReadLegacyBootstrapCheckpoint() throws 
Exception {

Review Comment:
   That approach makes sense to me
   



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

Reply via email to