kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
417 stars 113 forks source link

Connectors are only created or deleted, not updated #541

Closed jniebuhr closed 1 year ago

jniebuhr commented 1 year ago

Is your feature request related to a problem? Please describe. When using Julie we were under the assumption that it would also update connectors with a changed config. This does not seem to be implemented.

Describe the solution you'd like I would like Julie to react to config changes for connectors and perform an update of changed connectors.

Describe alternatives you've considered An alternative would have been putting a version in the connector name which would make julie delete the old one and create a new one with a bumped version.