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:
Hi @bingkunyangvungle , sorry our team was on vacation last month due to the New Year. We'll look into this issue soon. If you need any support from us, we'd be happy to help and can set up a WeChat group or Slack channel for you.
Hi, sorry for late reply, our document does not currently support versioning and the kernel version 1.1.3 is no longer compatible with the tutorial you refered to, please upgrade to 1.2.x and above and try again
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: