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 connectortest
to 2
using different tools.
- snctl
- kcctl
- Rest API
- Console
Delete a connector
The following example shows how to delete the data generator source connectortest
using different tools.
- snctl
- kcctl
- Rest API
- Console
To delete the source connector 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:
test
, use the following command.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.- snctl
- kcctl
- Rest API
- Console
To stop the source connector 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:
test
, use the following command.Restart a connector
You can restart a stopped or a running connector using different tools.- snctl
- kcctl
- Rest API
- Console
To restart the source connector 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:
test
, use the following command.Pause a connector
You can pause a running connector using different tools, a paused connector still occupy the resources but just stop processing messages.- snctl
- kcctl
- Rest API
- Console
To pause the source connector 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:
test
, use the following command.Resume a connector
You can resume a paused connector using different tools.- snctl
- kcctl
- Rest API
- Console
To resume the source connector 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:
test
, use the following command.What’s next?
- Monitor and troubleshoot kafka connectors
- SMTs(Single Message Transformations)
- Discover kafka Connect Ecosystem on StreamNative Hub.