Skip to content

Commit 9df3fa7

Browse files
committed
fix(kafka): add supported detailsé
1 parent 9b9dae4 commit 9df3fa7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/clusters-for-kafka/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Clusters for Apache Kafka® is Scaleway's product to provide a secure, fully-man
2020

2121
### How do I use my cluster, and how can I connect to it?
2222

23-
To use your cluster, you first [connect](/clusters-for-kafka/how-to/connect-to-cluster/) via the Kafka CLI or any supported programming language. The connection is secured, and requires the appropriate credentials, certificate, and endpoint provided by Scaleway. All configuration is done through a Kafka client, allowing you to manage topics, producers, and consumers easily. This flexibility ensures seamless integration with your applications and workflows.
23+
To use your cluster, you first [connect](/clusters-for-kafka/how-to/connect-to-cluster/) via the Kafka CLI or any Kafka-supported programming language. The connection is secured, and requires the appropriate credentials, certificate, and endpoint provided by Scaleway. All configuration is done through a Kafka client, allowing you to manage topics, producers, and consumers easily. This flexibility ensures seamless integration with your applications and workflows.
2424

2525
### What limitations apply during the Private Beta?
2626

pages/clusters-for-kafka/how-to/connect-to-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The username displays in the list of users. Click **Change password** if you hav
6060

6161
## How to connect to the cluster
6262

63-
Once you have ensured that the client in question has the cluster's TLS certificate, appropriate network access and the correct username and password, you can facilitate connection via the framework of your choice. Code snippets are provided for Go, Python and Java; access them by following the steps below.
63+
Once you have ensured that the client in question has the cluster's TLS certificate, appropriate network access and the correct username and password, you can facilitate connection via the Kafka-compatible framework of your choice. Code snippets are provided for Go, Python and Java; access them by following the steps below.
6464

6565
1. Click **Apache Kafka®** in the **Data and Analytics** section of the [console](https://console.scaleway.com/) side menu. A list of your clusters displays.
6666

pages/clusters-for-kafka/how-to/manage-cluster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Clusters for Apache Kafka® is currently in [Private Beta](https://www.scaleway.
1414

1515
After creating your cluster, you can renew its TLS certificate, change the attached Private Network, and change its password.
1616

17-
Other management actions for internally configuring your cluster, such as creating topics and events, and configuring partitions and replication factors, can be carried out via a client library or Kafka CLI.
17+
Other management actions for internally configuring your cluster, such as creating topics and events, and configuring partitions and replication factors, can be carried out via a Kafka-compatible client library or a Kafka CLI.
1818

1919
<Requirements />
2020

0 commit comments

Comments
 (0)