You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/08/23 12:52:53 UTC

[GitHub] [kafka] yashmayya commented on a diff in pull request #11890: KAFKA-13731: Allow standalone workers to be started without providing any connector configurations

yashmayya commented on code in PR #11890:
URL: https://github.com/apache/kafka/pull/11890#discussion_r952576537


##########
docs/connect.html:
##########
@@ -283,7 +283,7 @@ <h4><a id="connect_rest" href="#connect_rest">REST API</a></h4>
         <li><code>ssl.client.auth</code></li>
     </ul>
 
-    <p>The REST API is used not only by users to monitor / manage Kafka Connect. It is also used for the Kafka Connect cross-cluster communication. Requests received on the follower nodes REST API will be forwarded to the leader node REST API.
+    <p>The REST API is used not only by users to monitor / manage Kafka Connect. In distributed mode, it is also used for the Kafka Connect cross-cluster communication. Some requests received on the follower nodes REST API will be forwarded to the leader node REST API.

Review Comment:
   Do we want to document which requests are forwarded and which ones aren't or do you feel like that's unnecessary in these docs?



-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org