pprovenzano commented on code in PR #13374:
URL: https://github.com/apache/kafka/pull/13374#discussion_r1136321668


##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -96,6 +115,9 @@ object StorageTool extends Logging {
       action(store()).
       required(true).
       help("The cluster ID to use.")
+    formatParser.addArgument("--add-scram", "-S").
+      action(append()).
+      help("Additional Bootstrap Metadata to add to the cluster.")

Review Comment:
   Yes, I've added the description.



##########
core/src/test/scala/unit/kafka/tools/StorageToolTest.scala:
##########
@@ -161,20 +163,21 @@ Found problem:
       val metaProperties = MetaProperties(
         clusterId = "XcZZOzUqS4yHOjhMQB6JLQ", nodeId = 2)
       val stream = new ByteArrayOutputStream()
+      val bootstrapMetadata = 
StorageTool.buildBootstrapMetadata(MetadataVersion.latest(), None, "test foramt 
command")

Review Comment:
   Fixed



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