Replies: 2 comments 7 replies
-
|
I do not think there are plans for anything like that. |
Beta Was this translation helpful? Give feedback.
-
|
I share @swapsCAPS desire for this feature. I think it is fair to want to have the operator not manage the "state" of the connector. That should be something that the connect cluster itself does. I think having an option to say: ignore connector state syncing, would be nice. The current problem: Do you have any other thoughts on how we could solve this problem, @scholzj? If not, I will open a proposal if you think that's best. PS: I enjoyed your talk on kraft migration at Axual in Utrecht a few years ago. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Would it be possible to start, stop and pause Connectors by using the Connect API while still using
strimzi.io/use-connector-resources: true?The operator will currently set whatever
stateis configured on theKafkaConnector, so if a user uses the Connect API, or a tool like AKHQ to change the Connector state it will quickly be reset to its original state in the spec.Could a new annotation be introduced like
strimzi.io/sync-connector-resources-state: false(which would default totrue) to tell the operator to ignore whatever state the KafkaConnector has and just sync the rest of the spec. I could also imagine some sort of enum likestrimzi.io/use-connector-resources: true | "full" | "spec_only" | "etc."I can see how this would be potentially confusing, where an operator is managing some part of a resource, but isn't managing another... However, it would make it easier to pause and resume Connectors for folks who don't have access to the k8s cluster.
Would love to hear your thoughts on this
Beta Was this translation helpful? Give feedback.
All reactions