crossplane-contrib / provider-kafka

Crossplane provider for Kafka
Apache License 2.0
30 stars 32 forks source link

Fix ACL deletion (#39) #42

Closed Tilian closed 2 years ago

Tilian commented 2 years 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.