Skip to content

Commit 81c47bb

Browse files
committed
add client example link
1 parent 540ec65 commit 81c47bb

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

articles/service-connector/how-to-integrate-confluent-kafka.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 08/11/2022
8+
ms.date: 11/07/2023
99
ms.custom: event-tier1-build-2022
1010
---
1111

1212
# Integrate Apache Kafka on Confluent Cloud with Service Connector
1313

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.
1515

1616
## Supported compute services
1717

@@ -34,7 +34,7 @@ Supported authentication and clients for App Service, Container Apps and Azure S
3434

3535
## Default environment variable names or application properties
3636

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.
3838

3939
### Secret / Connection String
4040

@@ -56,10 +56,6 @@ Use the connection details below to connect compute services to Kafka. For each
5656
| AZURE_CONFLUENTCLOUDSCHEMAREGISTRY_URL | Your Confluent registry URL | `https://psrc-<server-name>.westus2.azure.confluent.cloud` |
5757
| AZURE_CONFLUENTCLOUDSCHEMAREGISTRY_USERINFO | Your Confluent registry user information | `<schema-registry-key>:<schema-registry-secret>` |
5858

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-
6359
## Next steps
6460

6561
Follow the tutorials listed below to learn more about Service Connector.

0 commit comments

Comments
 (0)