crossplane-contrib / provider-kafka

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

Replication Factor Updates Not Throwing Proper Error #23

Closed jograca closed 2 years ago

jograca commented 2 years ago

What happened?

Replication Factors in Kafka are not able to be updated. In order to handle this in provider-kafka, we would like to send the user an error message when attempting to update Replication Factors. Currently there is a bug in how this is being handled.

How can we reproduce it?

Apply a configuration with a Replication Factor. Re-apply another configuration with an updated Replication Factor. You will not see any errors when describing this configuration.