kafka-gitops icon indicating copy to clipboard operation
kafka-gitops copied to clipboard

🚀Manage Apache Kafka topics and generate ACLs through a desired state file.

Results 45 kafka-gitops issues
Sort by recently updated
recently updated
newest added

Use case: running the tool against an existing Kafka cluster setup with some ACLs/topics already configure in `plan` mode (with a minimal state file) currently shows all the ACLs/topics that...

enhancement

Hey I want to use this, but need to update the kafka-clients to 2.8.0 in the build path. How can I rebuild the jar using gradle? Or could we get...

Hi Team, Thank you for this project ✌️, i had to setup a helm chart for my own stuff, why not to share with the community! - Simple helm chart...

As far as I understand users and ACLs are in 2 separate sections: ``` users: my-test-user: principal: User:my-test-user customUserAcls: my-test-user: read-all-kafka: name: kafka. type: TOPIC pattern: PREFIXED host: "*" operation:...

when needed to specify entries for a service account but operations on same topic/group/resource, there is repetition. could it be possible to add operations in a single entry: ```yaml customServiceAcls:...

Hi, We're using Kafka as a shared cluster and as such, we have multiple projects with multiple teams working in parallel. We are planning on having 1 repo per project/system,...

question

As many users already have a cluster with topics/ACLs defined, we should provide better documentation for using `kafka-gitops` against an existing Kafka cluster. This includes improving the documentation around the...

documentation

Keys in customUserAcls are silently ignored in case there is no equivalent user defined. Maybe the validate step could check for that.

enhancement

Currently I am planning on using this tool on an environment where the authentication with ccloud is actually done through SSO. Our subscription is activated using Azure AAD as our...

1. when we use confluent cloud cli (ccloud) to create topic, it does not require replication. the tool gives an error if not specifying replication in yaml 2. For customServiceAcls...