Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for skipping topic management #80

Closed
wants to merge 1 commit into from

Conversation

TylerLubeck
Copy link

This allows for the management of only ACLs and not topics. We've got a couple of reasons for needing this:

  • We're slowly rolling out ACL and topic management across our various kafka clusters. We're starting with ACLs, and kafka-gitops keeps trying to delete all of our topics as we set this up
  • Many of our topics are automatically generated (ksqldb, flink, some in-house applications). Deleting those topics when we try to set up ACLs, or even other topics, would not be ideal.

I opened #79 for discussion, but copying #54 seemed simple enough that I thought I'd give it a shot.

This allows for the management of only ACLs and not topics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant