Skip to main content
StreamNative Cloud enables you to manage Pulsar IO Connectors by using a variety of tools, including snctl, kcctl, restful-api, and Console.

Update a connect

When you want to modify configurations or update resources for connects, you can update connectors using multiple tools. The following example shows how to update the tasks.max of the data generator source connector test to 2 using different tools.
You should see the following output:
And you can further check the status:

Delete a connector

The following example shows how to delete the data generator source connector test using different tools.
To delete the source connector test, use the following command.
You should see the following output:
If you want to verify whether the source connector has been deleted successfully, run the following command.
You should see the following output:

Stop a connector

You can stop a running connector using different tools, after stopped, all resources of the connector will be released. After stopped, you can restart the connector.
To stop the source connector test, use the following command.
You should see the following output:
If you want to verify whether the source connector has been stopped successfully, run the following command.
You should see the following output:

Restart a connector

You can restart a stopped or a running connector using different tools.
To restart the source connector test, use the following command.
You should see the following output:
If you want to verify whether the source connector has been restarted successfully, run the following command.
You should see the following output:

Pause a connector

You can pause a running connector using different tools, a paused connector still occupy the resources but just stop processing messages.
To pause the source connector test, use the following command.
You should see the following output:
If you want to verify whether the source connector has been paused successfully, run the following command.
You should see the following output:

Resume a connector

You can resume a paused connector using different tools.
To resume the source connector test, use the following command.
You should see the following output:
If you want to verify whether the source connector has been resumed successfully, run the following command.
You should see the following output:

What’s next?