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

Topic provisioning job fails on Install #3572

Closed
armanjindal opened this issue Aug 10, 2022 · 1 comment
Closed

Topic provisioning job fails on Install #3572

armanjindal opened this issue Aug 10, 2022 · 1 comment
Labels

Comments

@armanjindal
Copy link
Contributor

Describe the bug

The job which provisions the topics for Kafka fails with this error.

kubectl logs provisioning-topics-n96h7
Defaulted container "create-topics" out of: create-topics, wait (init)
Creating Kafka topics
Exception in thread "main" joptsimple.UnrecognizedOptionException: zookeeper is not a recognized option
	at joptsimple.OptionException.unrecognizedOption(OptionException.java:108)
	at joptsimple.OptionParser.handleLongOptionToken(OptionParser.java:510)
	at joptsimple.OptionParserState$2.handleArgument(OptionParserState.java:56)
	at joptsimple.OptionParser.parse(OptionParser.java:396)
	at kafka.admin.TopicCommand$TopicCommandOptions.<init>(TopicCommand.scala:567)
	at kafka.admin.TopicCommand$.main(TopicCommand.scala:47)
	at kafka.admin.TopicCommand.main(TopicCommand.scala)

To Reproduce

  1. I installed Airy using the CLI airy create --provider=aws or airy create --provider=minikube

Expected behavior

The job run successfully and the installation writes values to the cli.yaml and airy.yaml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants