This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c3241236296 KAFKA-14876: Document the new 'GET 
/connectors/{name}/offsets' REST API for Connect (#13587)
c3241236296 is described below

commit c3241236296f9aaee103e475f242e32f04d4c256
Author: Yash Mayya <[email protected]>
AuthorDate: Mon Apr 24 14:06:20 2023 +0530

    KAFKA-14876: Document the new 'GET /connectors/{name}/offsets' REST API for 
Connect (#13587)
    
    
    Reviewers: Mickael Maison <[email protected]>
---
 docs/connect.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/connect.html b/docs/connect.html
index 072e2c65392..75fc2662d09 100644
--- a/docs/connect.html
+++ b/docs/connect.html
@@ -312,6 +312,7 @@ listeners=http://localhost:8080,https://localhost:8443</pre>
         <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>

Reply via email to