diff --git a/docs/connect.html b/docs/connect.html index 072e2c6539277..75fc2662d097c 100644 --- a/docs/connect.html +++ b/docs/connect.html @@ -312,6 +312,7 @@

REST API

  • DELETE /connectors/{name} - delete a connector, halting all tasks and deleting its configuration
  • GET /connectors/{name}/topics - get the set of topics that a specific connector is using since the connector was created or since a request to reset its set of active topics was issued
  • PUT /connectors/{name}/topics/reset - send a request to empty the set of active topics of a connector
  • +
  • GET /connectors/{name}/offsets - get the current offsets for a connector (see KIP-875 for more details)
  • Kafka Connect also provides a REST API for getting information about connector plugins: