Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Create cluster command error #2269

Open
bingkunyangvungle opened this issue Jan 12, 2025 · 0 comments
Open

[BUG] Create cluster command error #2269

bingkunyangvungle opened this issue Jan 12, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@bingkunyangvungle
Copy link

Version & Environment

  • AutoMQ version 1.1.3
  • Operating System: NAME="Ubuntu", VERSION="20.04.6 LTS (Focal Fossa)"

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.

@bingkunyangvungle bingkunyangvungle added the bug Something isn't working label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant