-
Notifications
You must be signed in to change notification settings - Fork 72
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
plan dies with a nullpointer exception #81
Comments
Looking at the error - and checking the line in the code You're likely missing the setting |
It happened with me as well. The issue for me was - one of the config values are empty or null. |
If you're still interested, this issue should have been fixed in https://github.com/joschi/kafka-gitops/releases/tag/0.2.16. |
Then we can actually close the issue. Thank you so much :) |
Please note that https://github.com/joschi/kafka-gitops is an unofficial fork of this project. 😄 |
After setting
KAFKA_SASL_JAAS_USERNAME
,KAFKA_SASL_JAAS_PASSWORD
andKAFKA_BOOTSTRAP_SERVERS
runningkafka-gitops validate
as well askafka-gitops plan
results inI tried it with both 0.2.14 and 0.2.15.
The text was updated successfully, but these errors were encountered: