kafka-connect-mq-source icon indicating copy to clipboard operation
kafka-connect-mq-source copied to clipboard

Pause connector does not actually pause the tasks

Open harishanandan124 opened this issue 4 years ago • 0 comments

I am trying to pause the connector using the api (i.e. curl -X PUT localhost:8083/connectors/local-file-sink/pause) and I am seeing that the connector is paused but the tasks are not paused,

{"name":"connectorname","connector":{"state":"PAUSED","worker_id":"11.16.170.78:8083"},"tasks":[{"id":0,"state":"RUNNING","worker_id":"11.16.170.78:8083"}],"type":"source"}

is there a workaround for this? We need to pause the connectors as sometimes we would like to undergo maintenance of source or target systems.

harishanandan124 avatar Jun 28 '21 20:06 harishanandan124