kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connectors are only created or deleted, not updated

jniebuhr opened this issue · comments

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.