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 44 kafka-gitops issues
Sort by recently updated
recently updated
newest added

Dear all, @devshawn, I just would like some information about the project status as we did not here from you since nearly 2 months now. I think that you made...

Hi, there's something wrong with the Docker version published with the `latest` tag (0.2.15, but possibly running `master` code?). It always gives a NPE when parsing the state file: ```...

Is there an environment variable we can set to _not_ log the Kafka password? At the very least is there an option to set the log level threshold above INFO...

Currently the public Docker image (https://hub.docker.com/r/devshawn/kafka-gitops) is based on java 8. To use the tool in a CI/CD pipeline, together with other tools, it would be practical to be able...

Migrate from ccloud to confluent cli

Given that Confluent is planning to sunset `ccloud` and has merged its functionality into the latest version of the `confluent` CLI (https://docs.confluent.io/ccloud-cli/current/migrate.html), are there plans to migrate this tool to...

Dear all, Here is an MR for #50. This work is based on the POC that was done by @Twb3: - I removed the specific authentication variables as this is...

I just installed kafka-gitops via brew, and I received the following output: ``` Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the devshawn/kafka-gitops...

Hello @devshawn, I would like to apply changes only related to ACL's and not touch anything on Topics. Is that possible ? Would appreciate your quick response on this clarification...

Recently changed some stuff around where I went from `type: application` to `type: kafka-streams`. That - of course - lead to a bunch of ACL creation and deletion events, which...