crossplane-contrib / provider-kafka

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

Fix ACL deletion (#39) #42

Closed Tilian closed 1 year ago

Tilian commented 1 year ago

Description of your changes

This fixes the well-described issue in #39 - where ACL deletion fails due to the code throwing an error where no ACL exists, even though this is expected behavior upon (successful) deletion.

I have:

How has this code been tested

We have been using this code with AWS MSK for quite some time without any issues.