You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was following this tutorial and run this command: sh automq-cli.sh cluster create poc
I got error: Missing required option: '--bootstrap-server=<bootstrapServer>'
Then I tried to give the missing parameter --bootstrap-server and run the following: sh automq-cli.sh cluster create poc --bootstrap-server localhost:9092
I got another error: Unmatched arguments from index 0: 'cluster', 'create', 'poc'
What should have happened instead?
From the description from this doc, cluster configuration template in the current directory should be created
How to reproduce the issue?
1.Download the package and unzip;
2.Go to folder: automq-1.1.3_kafka-3.7.0/bin
3.Run the command: sh automq-cli.sh cluster create poc --bootstrap-server localhost:9092
Additional information
Please help to check this issue. Thank you.
The text was updated successfully, but these errors were encountered:
Version & Environment
What went wrong?
When I was following this tutorial and run this command:
sh automq-cli.sh cluster create poc
I got error:
Missing required option: '--bootstrap-server=<bootstrapServer>'
Then I tried to give the missing parameter
--bootstrap-server
and run the following:sh automq-cli.sh cluster create poc --bootstrap-server localhost:9092
I got another error:
Unmatched arguments from index 0: 'cluster', 'create', 'poc'
What should have happened instead?
From the description from this doc, cluster configuration template in the current directory should be created
How to reproduce the issue?
1.Download the package and unzip;
2.Go to folder:
automq-1.1.3_kafka-3.7.0/bin
3.Run the command:
sh automq-cli.sh cluster create poc --bootstrap-server localhost:9092
Additional information
Please help to check this issue. Thank you.
The text was updated successfully, but these errors were encountered: