diff --git a/docs/connect.html b/docs/connect.html index 1f30da47926..ffc6b53f790 100644 --- a/docs/connect.html +++ b/docs/connect.html @@ -248,6 +248,12 @@
PUT /connector-plugins/{connector-type}/config/validate
- validate the provided configuration values against the configuration definition. This API performs per config validation, returns suggested values and error messages during validation.The following is a supported REST request at the top-level (root) endpoint:
+ +GET /
- return basic information about the Kafka Connect cluster such as the version of the Connect worker that serves the REST request (including git commit ID of the source code) and the Kafka cluster ID that is connected to.
+ This guide describes how developers can write new connectors for Kafka Connect to move data between Kafka and other systems. It briefly reviews a few key concepts and then describes how to create a simple connector.