From 1a233ff84622fe9b252a6da91a1b9d07fa3976aa Mon Sep 17 00:00:00 2001 From: Yash Mayya Date: Mon, 17 Apr 2023 21:42:05 +0530 Subject: [PATCH] KAFKA-14876: Document the new 'GET /connectors/{name}/offsets' REST API for Connect --- docs/connect.html | 1 + 1 file changed, 1 insertion(+) 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: