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
+3-7Lines changed: 3 additions & 7 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 supported authentication methods and clients, and shows sample code you can use 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.
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,7 +34,7 @@ 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. For more information about naming conventions, check the [Service Connector internals](concept-service-connector-internals.md#configuration-naming-convention) article.
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
39
### Secret / Connection String
40
40
@@ -56,10 +56,6 @@ Use the connection details below to connect compute services to Kafka. For each
56
56
| AZURE_CONFLUENTCLOUDSCHEMAREGISTRY_URL | Your Confluent registry URL |`https://psrc-<server-name>.westus2.azure.confluent.cloud`|
57
57
| AZURE_CONFLUENTCLOUDSCHEMAREGISTRY_USERINFO | Your Confluent registry user information |`<schema-registry-key>:<schema-registry-secret>`|
58
58
59
-
#### Sample code
60
-
Refer to the steps and code below to connect to Apache kafka on Confluent Cloud using Service Connector.
61
-
[!INCLUDE [code for kafka](./includes/code-kafka-secret.md)]
62
-
63
59
## Next steps
64
60
65
61
Follow the tutorials listed below to learn more about Service Connector.
0 commit comments