kafka-gitops
kafka-gitops copied to clipboard
🚀Manage Apache Kafka topics and generate ACLs through a desired state file.
Are there any plans to support `PREFIXED` consumer groups (service type: application)? For now I implemented this at in [my fork](https://github.com/fholzer/kafka-gitops/tree/add-service-prefixed) though as I'm not familiar with the code base...
Hi, We are using self-hosted kafka cluster with GSSAPI(Kerberos) authentication. Can I add this feature and make a PR?
I'm using kafka-gitops for managing access across multiple clusters in different environments, and finding that it would be nice to have a way to deploy some state to certain environments...
Hey, It'd be nice to be able to put `customServiceAcls` into a `services.yaml` to keep things together. Example: ``` settings: ccloud: enabled: true files: topics: topics.yaml services: services.yaml ``` Placing...
Provide the ability to configure `confluent.placement.constraints` instead of just the number of replicas as described here: https://docs.confluent.io/current/multi-dc-deployments/multi-region.html The main use case for us is to be able to set up...
When I run kafka-gitops with -v, it outputs username and password in plain text: ``` kafka-gitops-grxt4 kafka-gitops 07:02:35.026 [main] INFO com.devshawn.kafka.gitops.config.KafkaGitopsConfigLoader - Kafka Config: {sasl.mechanism=PLAIN, sasl.jaas.config=org.apache.kafka.common.security.plain.PlainLoginModule required username="my-username" password="my-password";, bootstrap.servers=...,...
Fixes https://github.com/devshawn/kafka-gitops/pull/68
Please run an update to fix vulnerability’s thanks. seeing the following in the docker build image Critical: CVE-2024-23653 CVE-2022-1996 CVE-2024-23652
 Can we please get support for partitions to be included in the defaults?
I am getting an error while the topic already exists on cluster, is there any way we can find if topic already exists in cluster? Like if we can check...