C0urante commented on code in PR #13803: URL: https://github.com/apache/kafka/pull/13803#discussion_r1218083798
########## docs/connect.html: ########## @@ -320,6 +320,7 @@ <h4><a id="connect_rest" href="#connect_rest">REST API</a></h4> <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/{connector-type}/config</code> - get the configuration definition for the specified connector plugin.</li> Review Comment: This endpoint works on all plugin types, not just connectors, right? Should we be try to be clearer about that? ```suggestion <li><code>GET /connector-plugins/{plugin-type}/config</code> - get the configuration definition for the specified plugin.</li> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org