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
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ author: maud-lv
5
5
ms.author: malev
6
6
ms.service: service-connector
7
7
ms.topic: how-to
8
-
ms.date: 08/11/2022
8
+
ms.date: 11/07/2023
9
9
ms.custom: event-tier1-build-2022
10
10
---
11
11
12
12
# Integrate Apache Kafka on Confluent Cloud with Service Connector
13
13
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).
14
+
This page shows supported authentication methods and clients to connect Apache kafka on Confluent Cloud to other cloud services 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.
15
15
16
16
## Supported compute services
17
17
@@ -34,18 +34,11 @@ Supported authentication and clients for App Service, Container Apps and Azure S
34
34
35
35
## Default environment variable names or application properties
36
36
37
-
Use the connection details below to connect compute services to Kafka. For each example below, replace the placeholder texts `<server-name>`, `<Bootstrap-server-key>`, `<Bootstrap-server-secret>`, `<schema-registry-key>`, and `<schema-registry-secret>` with your server name, Bootstrap server key, Bootstrap server secret, schema registry key, and schema registry secret.
37
+
Use the connection details below to connect compute services to Kafka. For each example below, replace the placeholder texts `<server-name>`, `<Bootstrap-server-key>`, `<Bootstrap-server-secret>`, `<schema-registry-key>`, and `<schema-registry-secret>` with your server name, Bootstrap server key, Bootstrap server secret, schema registry key, and schema registry secret. For more information about naming conventions, check the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article. Refer to [Kafka Client Examples](https://docs.confluent.io/cloud/current/client-apps/examples.html#) to build kafka client applications on Confluent Cloud.
38
38
39
-
### Azure App Service and Azure Container Apps
39
+
### Secret / Connection String
40
40
41
-
| Default environment variable name | Description | Example value |
@@ -54,6 +47,15 @@ Use the connection details below to connect compute services to Kafka. For each
54
47
| spring.kafka.properties.schema.registry.url | Your Confluent registry URL |`https://psrc-<server-name>.westus2.azure.confluent.cloud`|
55
48
| spring.kafka.properties.schema.registry.basic.auth.user.info | Your Confluent registry user information |`<schema-registry-key>:<schema-registry-secret>`|
56
49
50
+
#### Other client types
51
+
52
+
| Default environment variable name | Description | Example value |
0 commit comments