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 2023/01/04 15:54:02 UTC

[GitHub] [kafka] tombentley commented on a diff in pull request #13071: MINOR: doc: note how JDK-8136913 can affect client SASL

tombentley commented on code in PR #13071:
URL: https://github.com/apache/kafka/pull/13071#discussion_r1061629778


##########
docs/security.html:
##########
@@ -677,7 +677,11 @@ <h3 class="anchor-heading"><a id="security_sasl" class="anchor-link"></a><a href
                     <p>To configure SASL authentication on the clients, select a SASL
                         <a href="#security_sasl_mechanism">mechanism</a> that is enabled in
                         the broker for client authentication and follow the steps to configure SASL
-                        for the selected mechanism.</p></li>
+                        for the selected mechanism.</p>
+
+                    <p>Note: Due to how the JRE implements reverse DNS lookups, clients may observe 
+                        slow SASL handshakes if fully qualified domain names are not used when configuring a broker's

Review Comment:
   Thanks, I reworded it slightly. Let me know what you think.



-- 
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