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

cegerton pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 130d2cd0 KAFKA-15051: add missing GET plugin/config endpoint (#520)
130d2cd0 is described below

commit 130d2cd0c1755f77687d760ebc302249f6b4946b
Author: Chris Egerton <[email protected]>
AuthorDate: Thu Jun 8 08:20:58 2023 -0700

    KAFKA-15051: add missing GET plugin/config endpoint (#520)
---
 32/connect.html | 1 +
 33/connect.html | 1 +
 34/connect.html | 1 +
 3 files changed, 3 insertions(+)

diff --git a/32/connect.html b/32/connect.html
index d5f7e4d6..8950b1e7 100644
--- a/32/connect.html
+++ b/32/connect.html
@@ -318,6 +318,7 @@ listeners=http://localhost:8080,https://localhost:8443</pre>
 
     <ul>
         <li><code>GET /connector-plugins</code>- return a list of connector 
plugins installed in the Kafka Connect cluster. Note that the API only checks 
for connectors on the worker that handles the request, which means you may see 
inconsistent results, especially during a rolling upgrade if you add new 
connector jars</li>
+        <li><code>GET /connector-plugins/{plugin-type}/config</code> - get the 
configuration definition for the specified plugin.</li>
         <li><code>PUT 
/connector-plugins/{connector-type}/config/validate</code> - validate the 
provided configuration values against the configuration definition. This API 
performs per config validation, returns suggested values and error messages 
during validation.</li>
     </ul>
 
diff --git a/33/connect.html b/33/connect.html
index c0ffde62..3df8231a 100644
--- a/33/connect.html
+++ b/33/connect.html
@@ -318,6 +318,7 @@ listeners=http://localhost:8080,https://localhost:8443</pre>
 
     <ul>
         <li><code>GET /connector-plugins</code>- return a list of connector 
plugins installed in the Kafka Connect cluster. Note that the API only checks 
for connectors on the worker that handles the request, which means you may see 
inconsistent results, especially during a rolling upgrade if you add new 
connector jars</li>
+        <li><code>GET /connector-plugins/{plugin-type}/config</code> - get the 
configuration definition for the specified plugin.</li>
         <li><code>PUT 
/connector-plugins/{connector-type}/config/validate</code> - validate the 
provided configuration values against the configuration definition. This API 
performs per config validation, returns suggested values and error messages 
during validation.</li>
     </ul>
 
diff --git a/34/connect.html b/34/connect.html
index aac6d468..23fd88c0 100644
--- a/34/connect.html
+++ b/34/connect.html
@@ -318,6 +318,7 @@ listeners=http://localhost:8080,https://localhost:8443</pre>
 
     <ul>
         <li><code>GET /connector-plugins</code>- return a list of connector 
plugins installed in the Kafka Connect cluster. Note that the API only checks 
for connectors on the worker that handles the request, which means you may see 
inconsistent results, especially during a rolling upgrade if you add new 
connector jars</li>
+        <li><code>GET /connector-plugins/{plugin-type}/config</code> - get the 
configuration definition for the specified plugin.</li>
         <li><code>PUT 
/connector-plugins/{connector-type}/config/validate</code> - validate the 
provided configuration values against the configuration definition. This API 
performs per config validation, returns suggested values and error messages 
during validation.</li>
     </ul>
 

Reply via email to