Skip to content

Commit

Permalink
refine lists in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Dec 19, 2024
1 parent aa0f3d7 commit db140d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tidb-cloud/setup-self-hosted-kafka-pls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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::<account_id>:root` | N/A |
| AZ IDs | 1. `usw2-az1` <br/> 2. `usw2-az2` <br/> 3. `usw2-az3` | Align AZ IDs to AZ names in your AWS account.<br/>Example: <br/> 1. `usw2-az1` => `us-west-2a` <br/> 2. `usw2-az2` => `us-west-2c` <br/> 3. usw2-az3 => `us-west-2b` |
| Kafka Advertised Listener Pattern | The unique random string: `abc` <br/> Generated pattern for AZs <br/> 1. `usw2-az1` => &lt;broker_id&gt;.usw2-az1.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; <br/> 2. `usw2-az2` => &lt;broker_id&gt;.usw2-az2.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; <br/> 3. `usw2-az3` => &lt;broker_id&gt;.usw2-az3.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; | Map AZ names to AZ-specified patterns. Make sure that you can configure the right pattern to the broker in a specific AZ later <br/> 1. `us-west-2a` => &lt;broker_id&gt;.usw2-az1.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; <br/> 2. `us-west-2c` => &lt;broker_id&gt;.usw2-az2.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; <br/> 3. `us-west-2b` => &lt;broker_id&gt;.usw2-az3.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; |
| AZ IDs | <ul><li>`usw2-az1` </li><li>`usw2-az2` </li><li> `usw2-az3`</li></ul> | Align AZ IDs to AZ names in your AWS account.<br/>Example: <ul><li> `usw2-az1` => `us-west-2a` </li><li> `usw2-az2` => `us-west-2c` </li><li> usw2-az3 => `us-west-2b`</li></ul> |
| Kafka Advertised Listener Pattern | The unique random string: `abc` <br/>Generated pattern for AZs <ul><li> `usw2-az1` => &lt;broker_id&gt;.usw2-az1.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; </li><li> `usw2-az2` => &lt;broker_id&gt;.usw2-az2.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; </li><li> `usw2-az3` => &lt;broker_id&gt;.usw2-az3.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; </li></ul> | Map AZ names to AZ-specified patterns. Make sure that you can configure the right pattern to the broker in a specific AZ later. <ul><li> `us-west-2a` => &lt;broker_id&gt;.usw2-az1.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; </li><li> `us-west-2c` => &lt;broker_id&gt;.usw2-az2.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; </li><li> `us-west-2b` => &lt;broker_id&gt;.usw2-az3.abc.us-west-2.aws.3199015.tidbcloud.com:&lt;port&gt; </li></ul>|

## Step 1. Set up a Kafka cluster

Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/setup-self-hosted-kafka-psc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <br/> 2. `us-west1-b` <br/> 3. `us-west1-c` |
| Zones | <ul><li> `us-west1-a` </li><li> `us-west1-b` </li><li> `us-west1-c` </li></ul> |
| Kafka Advertised Listener Pattern | The unique random string: `abc` <br/> Generated pattern: &lt;broker_id&gt;.abc.us-west1.gcp.3199745.tidbcloud.com:&lt;port&gt; |

## Set up self-hosted Kafka Private Service Connect service by PSC port mapping
Expand Down

0 comments on commit db140d2

Please sign in to comment.