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
[x] Run make reviewable test to ensure this PR is ready for review.
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
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:
make reviewable test
to ensure this PR is ready for review.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