Open userlarsb opened 3 years ago
Looking at the error - and checking the line in the code
if (config.get(SaslConfigs.SASL_MECHANISM).equals("PLAIN")) {
You're likely missing the setting KAFKA_SASL_MECHANISM
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 :)
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.