Overview
Scenarios
Product Architecture
Instance Types
Compatibility Notes
CREATE TABLE ... AS SELECT ... syntax after Binlog is enabled. To restore it, contact technical support to disable the synchronization feature and restart the instance.REPLICATION CLIENT, REPLICATION SLAVE, PROCESS, and SELECT privileges on all objects.REPLICATION CLIENT, REPLICATION SLAVE, PROCESS, and SELECT privileges on all objects.
Configuration Item | Description |
Service Type | Data Subscription |
Database | Select TDSQL Boundless. |
Region | Must be the same region as your source database instance.Version |
Edition | Select Kafka Edition, which supports direct consumption via Kafka clients. |
Subscribed Instance Name | Provide a name for your data subscription instance. |



Configuration Item | Description |
Instance Name | Select the instance where Binlog has been enabled in the first step. |
Account/Password | The account created in the first step with REPLICATION CLIENT, REPLICATION SLAVE, PROCESS , and SELECT privileges on all objects. |

Configuration Item | Description |
Data Subscription Type | Data Update: Data Updates: Subscribes to data changes ( INSERT, UPDATE, DELETE) for all objects.Structure Update: Subscribes to schema changes (e.g., creating, modifying, or deleting objects). Full Instance: Subscribes to both data and structure updates for the entire instance. |
Format of Subscribed Data | Supports ProtoBuf, Avro, and JSON. ProtoBuf and Avro are binary formats offering higher consumption efficiency. JSON is a lightweight text format that is simpler to use. |
Number of Topic Partition | Sets the number of partitions for the topic in the built-in Kafka. Increasing partitions can improve write and consumption throughput. A single partition guarantees message order, while multiple partitions do not. If strict ordering is required, select 1. |
Topic Partitioning Policy | Required when the number of partitions is 4 or 8. By table name: Routes data for the same table to the same partition. By table name + primary key: Routes data with the same primary key to the same partition. Recommended for tables with hot spots to improve concurrent consumption. |
Custom Partitioning Policy | When using 4 or 8 partitions, you can define a custom strategy. Data is first matched against regular expressions for database/table names and partitioned accordingly (by table, table + PK, or column). Unmatched data is routed using the default strategy. For details, refer to Setting Partition Policy. |

Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários