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
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,28 @@ ms.author: xshi
6
6
ms.service: service-connector
7
7
ms.custom: event-tier1-build-2022
8
8
ms.topic: how-to
9
-
ms.date: 05/03/2022
9
+
ms.date: 06/13/2022
10
10
---
11
11
12
-
# Integrate Apache kafka on Confluent Cloud with Service Connector
12
+
# Integrate Apache Kafka on Confluent Cloud with Service Connector
13
13
14
14
This page shows the supported authentication types and client types of Apache kafka on Confluent Cloud with Service using Service Connector. You might still be able to connect to Apache kafka on Confluent Cloud in other programming languages without using Service Connector. This page also shows default environment variable names and values (or Spring Boot configuration) you get when you create the service connection. You can learn more about [Service Connector environment variable naming convention](concept-service-connector-internals.md).
15
15
16
-
## Supported compute service
16
+
## Supported compute services
17
17
18
18
- Azure App Service
19
+
- Azure Container Apps
19
20
- Azure Spring Cloud
20
21
21
22
## Supported Authentication types and client types
22
23
23
-
| Client Type | System-assigned Managed Identity| User-assigned Managed Identity| Secret/ConnectionString | Service Principal|
24
-
|---|---|---|---|---|
25
-
| .NET |||||
26
-
| Java |||||
27
-
| Java - Spring Boot |||||
| Go |||||
31
31
32
32
## Default environment variable names or application properties
33
33
34
-
### Dotnet, Java, Nodejs, and Go
35
-
36
-
**Secret/ConnectionString**
34
+
### Secret / Connection string
37
35
38
36
| Default environment variable name | Description | Example value |
39
37
| --- | --- | --- |
40
38
| AZURE_COSMOS_CONNECTIONSTRING | Mango DB in Cosmos DB connection string |`mongodb://{mango-db-admin-user}:{********}@{mango-db-server}.mongo.cosmos.azure.com:10255/?ssl=true&replicaSet=globaldb&retrywrites=false&maxIdleTimeMS=120000&appName=@{mango-db-server}@`|
41
39
42
-
**System-assigned Managed Identity**
40
+
### System-assigned managed identity
43
41
44
42
| Default environment variable name | Description | Example value |
45
43
| --- | --- | --- |
46
44
| AZURE_COSMOS_LISTCONNECTIONSTRINGURL | The URL to get the connection string |`https://management.azure.com/subscriptions/{your-subscription-id}/resourceGroups/{your-resource-group-name}/providers/Microsoft.DocumentDB/databaseAccounts/{your-database-server}/listConnectionStrings?api-version=2021-04-15`|
47
45
| AZURE_COSMOS_SCOPE | Your managed identity scope |`https://management.azure.com/.default`|
48
46
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint|`https://{your-database-server}.documents.azure.com:443/`|
49
47
50
-
**User-assigned Managed Identity**
48
+
### User-assigned managed identity
51
49
52
50
| Default environment variable name | Description | Example value |
53
51
| --- | --- | --- |
@@ -57,7 +55,7 @@ This page shows the supported authentication types and client types of Azure Cos
57
55
| AZURE_COSMOS_SUBSCRIPTIONID | Your subscription ID |`{your-subscription-id}`|
58
56
| AZURE_COSMOS_RESOURCEENDPOINT | Your resource endpoint|`https://{your-database-server}.documents.azure.com:443/`|
59
57
60
-
**Service Principal**
58
+
### Service principal
61
59
62
60
| Default environment variable name | Description | Example value |
0 commit comments