diff --git a/docs/connect.html b/docs/connect.html index 30750b38bd9..f1a9d05f2e4 100644 --- a/docs/connect.html +++ b/docs/connect.html @@ -250,6 +250,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.