Replies: 1 comment 5 replies
-
I do not think there are plans for anything like that. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
state
is 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