Skip to content

Commit

Permalink
add FAQ for AWS part
Browse files Browse the repository at this point in the history
  • Loading branch information
grovecai committed Nov 5, 2024
1 parent 35d80d6 commit 5a6e8e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tidb-cloud/setup-self-hosted-kafka-pls.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,3 +616,15 @@ b3.usw2-az3.abc.us-west-2.aws.3199015.tidbcloud.com:9095 (id: 3 rack: null) -> E
- Bootstrap Ports: 9092. PS: only one port is fine since we configure a special bootstrap target group behind this port.
3. Continue follow the guideline in [To Kafka Sink](/tidb-cloud/changefeed-sink-to-apache-kafka.md)
4. If everything go fine, you will successfully finish the job.
## FAQ
### How to connect to the same Kafka private link service from two different TiDB Cloud projects?
1. Let's say you have already follwoing the above document successfully setup the connection from the first project.
2. You want to setup the second connection from the second project.
3. Go back to the head of this document proceed from begining. When you proceed to the "First, Setup Kafka Cluster" section. Follow the "Reconfigure a Running Kafka Cluster" section, create another group of EXTERNAL listener and advertised listener, you can name it as EXTERNAL2. Please notice that the port range of EXTERNAL2 can not overlap with the EXTERNAL.
4. After brokers reconfigured, you add another group of target groups in LB, including bootstrap and brokers target groups.
5. Proceed TiDB Cloud connection with
- New Bootstrap port
- New Kafka Advertised Listener Group
- The same Endpoint Service

0 comments on commit 5a6e8e9

Please sign in to comment.