Kafka Connector resource Manually STOP/START/RESTART #8632
-
Hi, Im using the KafkaConnector CRD and registering connectors using YAML files, not through REST API. How to STOP connectors that I don't want to be running anymore? Any KUBECTL command that would do this? or YAML File changes? I have tried deleting the connectors directly but they always show back in the available connectors list from config topics |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answering to myself and tested -- TO PAUSE / STOP / RESUME FROM PAUSE (Change value of pause and publish)
-- To restart manually |
Beta Was this translation helpful? Give feedback.
Answering to myself and tested
-- TO PAUSE / STOP / RESUME FROM PAUSE (Change value of pause and publish)
-- To restart manually
kubectl annotate KafkaConnector <connector-name> strimzi.io/restart=true