kafka-gitops
kafka-gitops copied to clipboard
🚀Manage Apache Kafka topics and generate ACLs through a desired state file.
Hello, I am trying to create custom ACL's for service accounts created through Terraform in Confluent Cloud. I am currently using ``` customServiceAcls: development-SA-name: read-only-event-feed: name: event.feed type: TOPIC pattern:...
I had a reference to a property in my state.yaml: replication: ${my_data_default_replication} which I had failed to define in my props file. The exception message is not very helpful. [INFO]...
Hello, Looks like the kafka-gitops depends on openjdk; But kafka-gitops should not point at a specific java version; Maybe you can use JAVA_HOME, as defined by homebrew ? ``` brew...
I am facing the following issues while using kafka gitops:(Attached the plan for reference) - The below set of configurations on kafka topic are getting re-applied on confluent kafka on...