You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Host | The hostname of the Kafka broker in the format `<HOST>.servicebus.windows.net`. |
49
+
| Host | The hostname of the Kafka broker in the format `<HOST>.servicebus.windows.net:9093`. Include port number `9093` in the host setting for Event Hubs. |
50
50
| Authentication method| The method used for authentication. Choose *System assigned managed identity*, *User assigned managed identity*, or *SASL*. |
51
51
| SASL type | The type of SASL authentication. Choose *Plain*, *ScramSha256*, or *ScramSha512*. Required if using *SASL*. |
52
52
| Synced secret name | The name of the secret. Required if using *SASL* or *X509*. |
@@ -126,7 +126,7 @@ To configure a dataflow endpoint for non-Event-Hub Kafka brokers, set the host,
0 commit comments