fireydagostino
fireydagostino
Hi @jaykatti You're stating a `customUserAcls` in the above text - do you have a matching `users` in your state.yaml file as well? Every `customUserAcls` and `customServiceAcls` is connected to...
Yeah @jaykatti The state file literally claims everything that should be present within the current state of your Kafka cluster. Any topics/ACLs that are on Kafka, but not defined for...
So regarding your points: 1. I don't believe kafka-gitops natively supports increasing partitions counts via changing the value within the application. Changing the partition count of a topic is a...
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`