Skip to content

Commit 1269b73

Browse files
committed
fix(kafka): edits
1 parent edc7d3c commit 1269b73

File tree

4 files changed

+13
-35
lines changed

4 files changed

+13
-35
lines changed

pages/clusters-for-kafka/faq.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Private Beta is aimed at providing an early version of a future product, to allo
2525
- Only selected users can test the product ([request an invitation](https://www.scaleway.com/en/betas/))
2626
- Only one Kafka version is supported (TODO).
2727
- Clusters can only be provisioned with either one or three nodes (brokers).
28+
- The number of nodes cannot be modified after creation of the cluster.
2829
- Storage is fixed at 100 GB per node.
2930
- Connectivity to the cluster is facilitated exclusively through Private Networks.
3031
- Only one set of credentials (username and password) can be created per cluster.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can use different frameworks to connect to your Cluster for Apache Kafka®,
1616

1717
All clients that want to connect to your cluster must:
1818

19-
- Have downloaded the cluster's [TLS certificate](TODO) and configured the client to recognize it
19+
- Have downloaded the cluster's [TLS certificate](/clusters-for-kafka/how-to/manage-cluster/) and configured the client to recognize it
2020
- Be attached to a Private Network in the same VPC as the cluster, or connect via a Public Gateway in the VPC
2121
- Know the cluster's username and password
2222

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This page shows you how to create a Cluster for Apache Kafka® via the Scaleway
1919
- A Scaleway account logged into the [console](https://console.scaleway.com)
2020
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2121

22+
## How to create a Cluster for Apache Kafka®
23+
2224
1. Click **Apache Kafka®** in the **Data and Analytics** section of the [console](https://console.scaleway.com/) side menu. The **Clusters for Apache Kafka®a** product page displays.
2325

2426
2. Click **Create cluster**. The creation wizard displays.

pages/clusters-for-kafka/index.mdx

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -25,56 +25,31 @@ noindex: true
2525
<SummaryCard
2626
title="Concepts"
2727
icon="info"
28-
description="Core concepts that give you a better understanding of Scaleway billing."
28+
description="Core concepts that give you a better understanding of Clusters for Apache Kafka®."
2929
label="View Concepts"
30-
url="/billing/concepts"
30+
url="/clusters-for-kafka/concepts"
3131
/>
3232
<SummaryCard
3333
title="How-tos"
3434
icon="help-circle-outline"
35-
description="Check our guides to add and manage billing information"
35+
description="Check our guides to add and manage your clusters"
3636
label="View How-tos"
37-
url="/billing/how-to/"
37+
url="/clusters-for-kafka/how-to/"
3838
/>
3939

4040
</Grid>
4141

42-
## FAQ
43-
44-
<Grid>
45-
<Card
46-
title="How am I billed for Scaleway services?"
47-
url="/billing/faq/#how-am-i-billed-for-scaleway-services"
48-
label="Read more"
49-
/>
50-
<Card
51-
title="When are invoices issued?"
52-
url="/billing/faq/#when-are-invoices-issued"
53-
label="Read more"
54-
/>
55-
<Card
56-
title="Which payment methods does Scaleway accept?"
57-
url="/billing/faq/#which-payment-methods-does-scaleway-accept"
58-
label="Read more"
59-
/>
60-
<Card
61-
title="How can I pay my invoice?"
62-
url="/billing/faq/#how-can-i-pay-my-invoice"
63-
label="Read more"
64-
/>
65-
</Grid>
66-
6742
<ClickableBanner
6843
productLogo="cli"
69-
title="Billing API"
70-
description="Learn how to manage your Scaleway billing through the API."
71-
url="https://www.scaleway.com/en/developers/api/billing/"
72-
label="Go to billing API"
44+
title="Clusters for Apache Kafka® API"
45+
description="Learn how to manage your clusters through the API."
46+
url="https://www.scaleway.com/en/developers/api/TODO/"
47+
label="Go to Clusters for Apache Kafka® API"
7348
/>
7449

7550
## Changelog
7651

7752
<ChangelogList
78-
productName="billing"
53+
productName="TODO"
7954
numberOfChanges={3}
8055
/>

0 commit comments

Comments
 (0)