Skip to content

Commit

Permalink
KAFKA-14876: Document the new 'GET /connectors/{name}/offsets' REST A…
Browse files Browse the repository at this point in the history
…PI for Connect (apache#13587)


Reviewers: Mickael Maison <[email protected]>
  • Loading branch information
yashmayya authored Apr 24, 2023
1 parent 7061475 commit c324123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/connect.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ <h4><a id="connect_rest" href="#connect_rest">REST API</a></h4>
<li><code>DELETE /connectors/{name}</code> - delete a connector, halting all tasks and deleting its configuration</li>
<li><code>GET /connectors/{name}/topics</code> - 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</li>
<li><code>PUT /connectors/{name}/topics/reset</code> - send a request to empty the set of active topics of a connector</li>
<li><code>GET /connectors/{name}/offsets</code> - get the current offsets for a connector (see <a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-875%3A+First-class+offsets+support+in+Kafka+Connect">KIP-875</a> for more details)</li>
</ul>

<p>Kafka Connect also provides a REST API for getting information about connector plugins:</p>
Expand Down

0 comments on commit c324123

Please sign in to comment.