Slef managed debezium

Hi all, I am trying to pause a connector and restart it at terminal. I have command to delete a connector , but not able to find cli command to pause and to restart the self managed connector.

curl -X DELETE localhost:8083/connectors/${connector_name}

Can anyone help with the command please .

hi @srikanth-movista.com

did you check

https://docs.confluent.io/home/connect/self-managed/monitoring.html#common-rest-examples

should be sth like
curl -X PUT localhost:8083/connectors/${your_connector}/pause

best,
michael

Thanks @mmuehlbeyer . I am searching for the self managed debezium cli . This link has the commands I need. Appreciate it. This is super helpful.

Regards,
Srikanth

As far as I know, Debezium doesn’t have a cli. You can find kcctl on Github for managing all connectors, including Debezium

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.