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

Currently, only topic black-listing is supported, which works great for centralized ACL management. However, it makes decentralized topic management difficult. We have multiple teams managing their own kafka topics on...

Hello @devshawn , I have created a state.yaml file from the existing system. 1. I have validated it successfully. 2. When I run the "plan", it still indicates the Topic...

After setting `KAFKA_SASL_JAAS_USERNAME`, `KAFKA_SASL_JAAS_PASSWORD` and `KAFKA_BOOTSTRAP_SERVERS` running `kafka-gitops validate` as well as `kafka-gitops plan` results in ``` java.lang.NullPointerException at com.devshawn.kafka.gitops.config.KafkaGitopsConfigLoader.handleAuthentication(KafkaGitopsConfigLoader.java:62) at com.devshawn.kafka.gitops.config.KafkaGitopsConfigLoader.setConfig(KafkaGitopsConfigLoader.java:41) at com.devshawn.kafka.gitops.config.KafkaGitopsConfigLoader.load(KafkaGitopsConfigLoader.java:18) at com.devshawn.kafka.gitops.StateManager.(StateManager.java:63) at com.devshawn.kafka.gitops.cli.PlanCommand.call(PlanCommand.java:37) at com.devshawn.kafka.gitops.cli.PlanCommand.call(PlanCommand.java:19)...

I feel the documentation is a little light around usage of kafka-gitops. Can someone help answer the following questions? 1) Is it possible to increase the number of partitions on...

Hi there! This is such a fantastic project and it's going to be super useful for our usecase. I was just wondering if the standard docker container has MSK IAM...

We run a multi tenant system. In general environments are the same except for the name of the tenant. To keep hosting overhead down we'd like to have all our...

enhancement

I have generated a current state.yaml for my existing cluster. I changed some couple of users the permission as "DENY". So I was expecting the "plan" command to show me...

this behavior is weird and not sure if the reason is because of constant changes in confluent cloud or something else. we created with topics web/cli in the past and...

In my state.yaml file, i have the following: settings: files: topics: topics.yaml services: services.yaml users: users.yaml topics: blacklist: prefixed: - __amazon I have the topics.yaml, services.yaml and users.yaml files in...

Hi, Right now there is nothing like this for schema management. It might be useful to also allow/declare what topics/subjects use what schemas: ```yaml config: #Where the schemas reside schemaDir:...

enhancement