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:

    + + +

    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.