Skip to content

Commit 2f78740

Browse files
Merge pull request #264292 from spelluru/patch-38
Kafka is for Event Hubs
2 parents 5ebe8f9 + 8a1d07a commit 2f78740

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/event-grid/transport-layer-security-enforce-minimum-version.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ Be careful to restrict assignment of these roles only to those who require the a
4040

4141
When a client sends a request to an Event Grid topic or domain, the client establishes a connection with the Event Grid topic or domain endpoint first, before processing any requests. The minimum TLS version setting is checked after the TLS connection is established. If the request uses an earlier version of TLS than that specified by the setting, the connection continues to succeed, but the request will eventually fail.
4242

43-
> [!NOTE]
44-
> Due to limitations in the confluent library, errors coming from an invalid TLS version will not surface when connecting through the Kafka protocol. Instead a general exception will be shown.
45-
4643
Here are a few important points to consider:
4744

4845
- A network trace would show the successful establishment of a TCP connection and successful TLS negotiation, before a 401 is returned if the TLS version used is less than the minimum TLS version configured.

0 commit comments

Comments
 (0)