muralibasani commented on PR #16325:
URL: https://github.com/apache/kafka/pull/16325#issuecomment-2200108407

   @jsancio , updated with controller option
   
   ```
   ./bin/kafka-storage.sh format -t $KAFKA_CLUSTER_ID -c 
config/kraft/server.properties -q 1@localhost:9093
   metaPropertiesEnsemble=MetaPropertiesEnsemble(metadataLogDir=Optional.empty, 
dirs={/tmp/kraft-combined-logs: EMPTY})
   Formatting /tmp/kraft-combined-logs with metadata.version 3.8-IV0.
   Snapshot written to /tmp/kraft-combined-logs/__cluster_metadata
   
   
   muralidharbasani@Muralidhars-MacBook-Pro kafka % ./bin/kafka-storage.sh 
format -t $KAFKA_CLUSTER_ID -c config/kraft/server.properties -s                
 
   metaPropertiesEnsemble=MetaPropertiesEnsemble(metadataLogDir=Optional.empty, 
dirs={/tmp/kraft-combined-logs: EMPTY})
   Formatting /tmp/kraft-combined-logs with metadata.version 3.8-IV0.
   Snapshot written to /tmp/kraft-combined-logs/__cluster_metadata
   
   
   muralidharbasani@Muralidhars-MacBook-Pro kafka % ./bin/kafka-storage.sh 
format -t $KAFKA_CLUSTER_ID -c config/kraft/server.properties -q 
1@localhost:9093 -s
   Both --standalone and --controller-quorum-voters were set. Only one of the 
two flags can be set.
   ```


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