From db140d222958029e43d066287d75db9c288246e3 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Thu, 19 Dec 2024 18:18:06 +0800 Subject: [PATCH] refine lists in tables --- tidb-cloud/setup-self-hosted-kafka-pls.md | 4 ++-- tidb-cloud/setup-self-hosted-kafka-psc.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tidb-cloud/setup-self-hosted-kafka-pls.md b/tidb-cloud/setup-self-hosted-kafka-pls.md index f6ab7e74b5ca3..61ece1364afdb 100644 --- a/tidb-cloud/setup-self-hosted-kafka-pls.md +++ b/tidb-cloud/setup-self-hosted-kafka-pls.md @@ -53,8 +53,8 @@ The following table shows an example of the deployment information. |--------|-----------------|---------------------------| | Region | Oregon (`us-west-2`) | N/A | | Principal of TiDB Cloud AWS Account | `arn:aws:iam:::root` | N/A | -| AZ IDs | 1. `usw2-az1`
2. `usw2-az2`
3. `usw2-az3` | Align AZ IDs to AZ names in your AWS account.
Example:
1. `usw2-az1` => `us-west-2a`
2. `usw2-az2` => `us-west-2c`
3. usw2-az3 => `us-west-2b` | -| Kafka Advertised Listener Pattern | The unique random string: `abc`
Generated pattern for AZs
1. `usw2-az1` => <broker_id>.usw2-az1.abc.us-west-2.aws.3199015.tidbcloud.com:<port>
2. `usw2-az2` => <broker_id>.usw2-az2.abc.us-west-2.aws.3199015.tidbcloud.com:<port>
3. `usw2-az3` => <broker_id>.usw2-az3.abc.us-west-2.aws.3199015.tidbcloud.com:<port> | Map AZ names to AZ-specified patterns. Make sure that you can configure the right pattern to the broker in a specific AZ later
1. `us-west-2a` => <broker_id>.usw2-az1.abc.us-west-2.aws.3199015.tidbcloud.com:<port>
2. `us-west-2c` => <broker_id>.usw2-az2.abc.us-west-2.aws.3199015.tidbcloud.com:<port>
3. `us-west-2b` => <broker_id>.usw2-az3.abc.us-west-2.aws.3199015.tidbcloud.com:<port> | +| AZ IDs | | Align AZ IDs to AZ names in your AWS account.
Example: | +| Kafka Advertised Listener Pattern | The unique random string: `abc`
Generated pattern for AZs | Map AZ names to AZ-specified patterns. Make sure that you can configure the right pattern to the broker in a specific AZ later. | ## Step 1. Set up a Kafka cluster diff --git a/tidb-cloud/setup-self-hosted-kafka-psc.md b/tidb-cloud/setup-self-hosted-kafka-psc.md index 80e73029f8b68..8e80d53c152a6 100644 --- a/tidb-cloud/setup-self-hosted-kafka-psc.md +++ b/tidb-cloud/setup-self-hosted-kafka-psc.md @@ -54,7 +54,7 @@ The following table shows an example of the deployment information. |------------------------------------|---------------------------------| | Region | Oregon (`us-west1`) | | Google Cloud project of TiDB Cloud | tidbcloud-prod-000 | -| Zones | 1. `us-west1-a`
2. `us-west1-b`
3. `us-west1-c` | +| Zones | | | Kafka Advertised Listener Pattern | The unique random string: `abc`
Generated pattern: <broker_id>.abc.us-west1.gcp.3199745.tidbcloud.com:<port> | ## Set up self-hosted Kafka Private Service Connect service by PSC port mapping