jsancio commented on code in PR #16325:
URL: https://github.com/apache/kafka/pull/16325#discussion_r1651072253


##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -102,6 +109,11 @@ object StorageTool extends Logging {
       setClusterId(clusterId).
       setNodeId(config.nodeId).
       build()
+    val standaloneMode = namespace.getBoolean("standalone")
+    val advertisedListenerEndpoints: 
scala.collection.Seq[kafka.cluster.EndPoint] = 
config.effectiveAdvertisedListeners
+
+    // effectiveAdvertisedControllerListeners to be added

Review Comment:
   I think we should wait. The bootstrap checkpoint file is incorrect without 
https://github.com/apache/kafka/pull/16235https://github.com/apache/kafka/pull/16235



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to