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:

    + + +

    8.3 Connector Development Guide

    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.