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
Copy file name to clipboardExpand all lines: articles/service-connector/how-to-integrate-confluent-kafka.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,24 +28,26 @@ You can use Service Connector to connect the following Azure compute services to
28
28
29
29
## Supported clients and authentication type
30
30
31
-
Apache Kafka on Confluent Cloud supports the following client types. To build Kafka client applications on Confluent Cloud, see [Kafka Client Examples for Confluent Cloud](https://docs.confluent.io/cloud/current/client-apps/examples.html#).
31
+
Apache Kafka on Confluent Cloud supports the following client types.
32
32
33
33
- .NET
34
34
- Java
35
35
- Java Spring Boot
36
36
- Node.js
37
37
- Python
38
38
39
+
To build Kafka client applications on Confluent Cloud, see [Kafka Client Examples for Confluent Cloud](https://docs.confluent.io/cloud/current/client-apps/examples.html#).
40
+
39
41
### Authentication types
40
42
41
-
Apache Kafka on Confluent Cloud supports only secret or connection string authentication. System-assigned managed identity, user-assigned managed identity, and service principal authentication aren't available.
43
+
Apache Kafka on Confluent Cloud supports only secret or connection string authentication. System-assigned managed identity, user-assigned managed identity, and service principal connections aren't available.
42
44
43
45
> [!IMPORTANT]
44
46
> The secret or connection string authentication flow requires a high degree of trust in the application, and carries risks not present in other flows. You should use this flow only when more secure flows, such as managed identities, aren't available.
45
47
46
48
## Default environment variables
47
49
48
-
Use the following connection details to connect supported Azure compute services to Kafka. In the values, replace the following placeholders with the values for your app:
50
+
Use the following connection details to connect supported Azure compute services to Kafka. In the examples, replace the following placeholders with your own values:
49
51
50
52
-`<server-name>`
51
53
-`<Bootstrap-server-key>`
@@ -59,23 +61,23 @@ For more information about naming conventions, see [Configuration naming convent
59
61
60
62
The following table lists the default environmental variables you use to connect all Kafka client types except for Java Spring Boot to supported Azure compute services.
0 commit comments