crossplane-contrib / provider-kafka

Crossplane provider for Kafka
Apache License 2.0
24 stars 28 forks source link

Fix ACL deletion #58

Closed Sergey-Kizimov closed 1 year ago

Sergey-Kizimov commented 1 year ago

Description of your changes

This is a fix for removing the ACLs created not only for Topic. Prior to this, all ACLs created for resources other than Topic could not be deleted correctly from Kubernetes

I have:

How has this code been tested

I deployed it into a test cluster and have verified that the ACLs for Cluster, Group, TransactionalID can be successfully deleted from Kubernetes and Kafka