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. We've got a couple of reasons for needing this:
I opened #79 for discussion, but copying #54 seemed simple enough that I thought I'd give it a shot.