Section | Parameter | Description |
N/A | Task Name | The name of the task. DTS automatically assigns a name to the task. We recommend that you specify a descriptive name that makes it easy to identify the task. You do not need to specify a unique task name. |
Source Database | Select an existing DMS database instance | If you select an existing instance, DTS automatically populates the parameters for the instance. If you do not select an existing instance, you must configure parameters for the source database.
|
Database Type | The type of the source database. Select MySQL. |
Access Method | The access method of the source database. Select Alibaba Cloud Instance. |
Instance Region | The region in which the source ApsaraDB RDS for MySQL instance resides. |
Replicate Data Across Alibaba Cloud Accounts | Specifies whether to migrate data across Alibaba Cloud accounts. In this example, No is selected. |
RDS Instance ID | The ID of the source ApsaraDB RDS for MySQL instance. |
Database Account | The database account of the source ApsaraDB RDS for MySQL instance. The account must have the read permissions on the objects to be migrated. |
Database Password | The password of the database account. |
Encryption | Specifies whether to encrypt the connection to the database. Select Non-encrypted or SSL-encrypted based on your business requirements. If you select SSL-encrypted, you must enable SSL encryption for the ApsaraDB RDS for MySQL instance before you configure the data synchronization task. For more information, see Configure the SSL encryption feature. |
Destination Database | Select an existing DMS database instance | The database instance that you want to use. You can determine whether to select an existing instance based on your business requirements. If you select an existing instance, DTS automatically populates the parameters for the instance. If you do not select an existing instance, you must configure parameters for the source database.
|
Database Type | The type of the destination database. Select Kafka. |
Access Method | The access method of the destination database. Select Alibaba Cloud Instance. |
Instance Region | The region in which the destination ApsaraMQ for Kafka instance resides. |
Kafka Instance ID | The ID of the destination ApsaraMQ for Kafka instance. |
Encryption | Specifies whether to encrypt the connection to the destination instance. Select Non-encrypted or SCRAM-SHA-256 based on your business and security requirements. |
Topic | The topic that is used to receive the migrated data. Select a topic from the drop-down list. |
Topic That Stores DDL Information | The topic that is used to store the DDL information. Select a topic from the drop-down list. If you do not configure this parameter, the DDL information is stored in the topic that is specified by the Topic parameter. |
Use Kafka Schema Registry | Specifies whether to use Kafka Schema Registry. Kafka Schema Registry provides a serving layer for your metadata. It provides a RESTful API to store and retrieve your Avro schemas. Valid values: |