Once you have your Scalyr Sink Connector configured correctly, interacting with it is as simple as making a simple REST call to Kafka Connect. Below are basic commands to start and stop the connector.
Starting the connector
curl localhost:8083/connectors/ -X POST -H "Content-Type: application/json" -d @config.json
Deleting the connector
curl -X DELETE http://localhost:8083/connectors/scalyr-sink-connector
Comments
0 comments
Please sign in to leave a comment.