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.
Delete a connector
The following example shows how to delete the data generator source connectortest
using different tools.
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.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.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.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.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.