Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/security.html
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,13 @@ <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: When establishing connections to brokers via SASL, clients may perform a reverse
DNS lookup of the broker address. Due to how the JRE implements reverse
DNS lookups, clients may observe slow SASL handshakes if fully qualified domain
names are not used, for both the client's <code>bootstrap.servers</code> and a broker's
<code><a href="#brokerconfigs_advertised.listeners">advertised.listeners</a></code>.</p></li>
</ol>
</li>
<li><h4><a id="security_sasl_kerberos" href="#security_sasl_kerberos">Authentication using SASL/Kerberos</a></h4>
Expand Down