This topic describes how to create a data source in OceanBase Cloud.
Background information
A data source is a collection of database connection information, including the connection address, port, username, and password. In OceanBase Cloud, by configuring a data source, you can quickly establish connections to databases for tasks such as data migration and job scheduling, improving operational efficiency and reliability.
Currently, OceanBase Cloud supports data sources from cloud providers including AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, and Azure. It supports the following database types: OceanBase Database in MySQL-compatible mode and Oracle-compatible mode, MySQL databases (including Aurora MySQL, RDS MySQL, Cloud MySQL, PolarDB MySQL, Azure MySQL, and self-managed MySQL), Oracle databases (including RDS Oracle and self-managed Oracle), Kafka (including cloud instances and self-managed Kafka), PostgreSQL databases (including RDS PostgreSQL, Azure for PostgreSQL, and self-managed PostgreSQL), and self-managed TiDB databases.
Different database types require different methods for connecting to their corresponding data sources. Please select the appropriate connection method based on your database type.
OceanBase data sources (MySQL and Oracle compatibility modes)
For OceanBase Database, OceanBase Cloud provides three connection methods.
Quick connection to an OceanBase Cloud instance: This method applies to OceanBase Database instances created through the OceanBase Cloud console.
Endpoint connection or public network connection: This method applies to OceanBase Database deployed on infrastructure of AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure.
Prerequisites
You have created an instance and a tenant in the OceanBase Cloud console (either MySQL or Oracle compatible mode is acceptable), and have a usable database and account.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left navigation bar, click Data Services > Data Source.
On the Data Source page, click Create Data Source > OceanBase MySQL Compatible or OceanBase Oracle Compatible in the upper-right corner as appropriate.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select OceanBase Cloud Instance. Instance Type Includes Dedicated (Transactional), Shared, and Dedicated (Analytical). This option is displayed only when Connection Method is set to OceanBase Cloud Instance. Note
Data migration only supports Dedicated (Transactional) and Dedicated (Analytical) instance types.
Instance Select the target instance from the drop-down list. This option is displayed only when Connection Method is set to OceanBase Cloud Instance. Database Account The username for the OceanBase database. Password The password for the database user. Click Test Connection.
After the connection test succeeds, click Save.
Prerequisites
You have created an endpoint service for connection on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure, and have the permission to modify the endpoint allowlist.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left navigation bar, click Data Services > Data Source.
On the Data Source page, click Create Data Source > OceanBase MySQL Compatible or OceanBase Oracle Compatible in the upper-right corner as appropriate.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Endpoint. Connection Information Enter the endpoint service name of the selected cloud provider. Instance The ID or name of the instance where the OceanBase database is located. You can view the target instance's ID or name on the Instances page. Note
For Alibaba Cloud, you can also select an instance of an Alibaba Cloud root account for cross-account authorization. For details, see Alibaba Cloud Account Authorization.
Tenant The ID or name of the OceanBase database tenant. Database Account The username of the OceanBase database user. Password The password of the database user. After selecting Connection Method as Endpoint, you can decide whether to perform advanced settings based on your actual situation.
Notice
If the new migration task requires incremental synchronization, please enable both sys Tenant Account and OBLogProxy.
ParameterDescriptionsys Tenant Account After enabling sys Tenant Account, you need to enter the sys Account and Password. - sys Account: The name of the SYS user. This user is mainly used to read incremental logs and database object structure information from OceanBase Database. Please create it under the sys tenant of the business cluster.
- Password: The password of the sys user.
OBLogProxy After enabling OBLogProxy, you need to fill in the OBLogProxy connection information. This parameter is an incremental log proxy service for OceanBase Database, providing real-time incremental log interception and management capabilities as a service, facilitating application access to incremental logs in OceanBase Database. It also addresses the need to subscribe to incremental logs when network isolation is present. The format is OBLogProxy IP:OBLogProxy Port.Click Test Connection.
After the connection test succeeds, click Save.
Prerequisites
You have the permission to modify the allowlist of security groups for AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure.
You have the permissions of Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Source.
On the Data Source page, depending on your actual situation, click Create Data Source in the upper-right corner and select OceanBase MySQL Compatible or OceanBase Oracle Compatible.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Public IP. Connection Information Enter the IP address or hostname for the connection. Instance The ID or name of the instance where the OceanBase database is located. You can view the target instance's ID or name on the Instances page. Note
When the cloud provider is Alibaba Cloud, you can also select an Alibaba Cloud root account instance for cross-account authorization. For details, see Alibaba Cloud account authorization.
Tenant The ID or name of the OceanBase database tenant. Database Account The username of the OceanBase database user. Password The password of the database user. After selecting Connection Method as Public IP, you can also decide whether to perform advanced settings based on your actual situation.
Notice
If the new migration task requires incremental synchronization, please enable both sys Tenant Account and OBLogProxy.
ParameterDescriptionsys Tenant Account After enabling sys Tenant Account, you need to enter the sys Account and Password. - sys Account: The name of the sys user. This user is mainly used to read incremental logs and database object structure information from OceanBase Database. Please create it under the sys tenant of the business cluster.
- Password: The password of the sys user.
OBLogProxy After enabling OBLogProxy, you need to fill in the OBLogProxy connection information. This parameter is the OceanBase Database incremental log proxy service, which provides real-time incremental project intervention and management capabilities as a service, facilitating application access to OceanBase Database incremental logs. It also addresses the need to subscribe to incremental logs in cases of network isolation. The format is OBLogProxy IP:OBLogProxy Port.Click Test Connection.
After the connection test succeeds, click Save.
MySQL data source
For MySQL databases, OceanBase Cloud provides two connection methods: endpoint connection and public network connection.
Prerequisites
You have created an endpoint service for connection on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure, and have the permission to modify the endpoint allowlist.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Source.
On the Data Source page, click Create Data Source > MySQL in the upper-right corner.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Endpoint. You must first add the account ID displayed on the page to the allowlist of your endpoint service to allow the endpoint of this account to connect to the endpoint service. For details, see the Select Private Link section. - If you select Cloud Vendor as AWS and you selected Enable for the Require Acceptance to Use Endpoint parameter when creating the endpoint service, the Data Migration Service will prompt you to enter the AWS console to perform the Accept endpoint connection request operation for the received Connections request when it first accesses the private link.
- If you select Google Cloud as the cloud provider, add the authorized project to Published Services. After adding authorization, manual authorization is no longer required when testing the data source connection.
Instance Type - If you select Cloud Vendor as Alibaba Cloud, the instance types supported are RDS MySQL, PolarDB MySQL, and Self-managed MySQL.
- If you select AWS as the cloud provider, the instance types supported are Aurora MySQL, RDS MySQL, and Self-managed MySQL.
- If you select Google Cloud as the cloud provider, the instance types supported are Cloud MySQL and Self-managed MySQL.
- If you select Huawei Cloud as the cloud provider, the instance types supported are RDS MySQL and Self-managed MySQL.
- If you select Azure as the cloud provider, the instance types supported are Azure MySQL and Self-managed MySQL.
Connection Information Enter the name of the endpoint service of the selected cloud provider. Database Account The username of the MySQL database. Password The password of the database user. Click Test Connection.
After the connection test succeeds, click Save.
Prerequisites
You have the permission to modify the security group allowlist on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left navigation pane, click Data Services > Data Source.
On the Data Source page, click Create Data Source in the upper-right corner and select MySQL.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Public IP. You must first add the displayed data source IP address to the allowlist of your MySQL database instance to ensure connectivity. For details, see the Select public network connection section. Instance Type - If Cloud Vendor is set to Alibaba Cloud, the instance types supported are RDS MySQL, PolarDB MySQL, and Self-managed MySQL.
- If the cloud provider is set to AWS, the instance types supported are Aurora MySQL, RDS MySQL, and Self-managed MySQL.
- If the cloud provider is set to Google Cloud, the instance types supported are Cloud MySQL and Self-managed MySQL.
- If the cloud provider is set to Huawei Cloud, the instance types supported are RDS MySQL and Self-managed MySQL.
- If the cloud provider is set to Azure, the instance types supported are Azure MySQL and Self-managed MySQL.
Connection Information Enter the IP address or hostname to connect to. Database Account The username for the MySQL database. Password The password for the database user. Click Test Connection.
After the connection test succeeds, click Save.
Oracle data source
For Oracle databases, OceanBase Cloud provides two connection methods: endpoint connection and public network connection.
Prerequisites
You have created an endpoint service for connection on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure, and have the permission to modify the endpoint allowlist.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Source.
On the Data Source page, click Create Data Source in the upper-right corner > Oracle.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Endpoint. You must first add the account ID displayed on the page to the allowlist of your endpoint service to allow the endpoint of this account to connect to the endpoint service. For details, see the documentation in the Select Private Link section. - If you select Cloud Vendor as AWS and you selected Enable for the Require Acceptance to Use Endpoint parameter when creating the endpoint service, the data migration service will prompt you to enter the AWS console to perform the Accept endpoint connection request operation for the received Connections request when it first accesses the private link.
- If you select Google Cloud as the cloud provider, add the authorized project to Published Services. After adding authorization, manual authorization is no longer required when testing the data source connection.
Instance Type - If you select AWS as the cloud provider, the instance types supported are RDS Oracle and Self-managed Oracle.
- If you select Alibaba Cloud, Google Cloud, Huawei Cloud, or Azure as the cloud provider, the instance type supported is Self-managed Oracle.
Connection Information Enter the name of the endpoint service of the selected cloud provider. Service Name The service name of the Oracle database. Database Account The username of the Oracle database user. Password The password of the database user. Click Test Connection.
After the connection test succeeds, click Save.
Prerequisites
You have the permission to modify the security group allowlist on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Source.
On the Data Source page, click Create Data Source in the upper-right corner and select Oracle.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Public IP. You must first add the data source IP address displayed on the page to the allowlist of the Oracle database instance to ensure connectivity. For more information, see the Select public network connection section. Instance Type - When the cloud provider is AWS, the instance types supported are RDS Oracle and Self-managed Oracle.
- When the cloud provider is Alibaba Cloud, Google Cloud, Huawei Cloud, or Azure, the instance type supported is Self-managed Oracle.
Connection Information Enter the IP address or hostname for the connection. Service Name The service name of the Oracle database. Database Account The username of the Oracle database user. Password The password of the database user. Click Test Connection.
After the connection test succeeds, click Save.
Kafka data source
For Kafka instances, OceanBase Cloud provides two connection methods: endpoint connection and public network connection.
Prerequisites
You have created an endpoint service for connection on AWS, Huawei Cloud, Google Cloud, or Alibaba Cloud, and have the permission to modify the endpoint allowlist.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left navigation bar, click Data Services > Data Source.
On the Data Source page, click Create Data Source in the upper-right corner > Kafka.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, and Huawei Cloud. Region Select the region where the data source is located. Connection Type Select Endpoint. You must first add the account ID displayed on the page to the allowlist of your endpoint service to allow the endpoint of this account to connect to the endpoint service. For details, see the documentation in the Select Private Link section. - If you select Cloud Vendor as AWS and you selected Require Enable for the Require Accept to Use Endpoint parameter when creating the endpoint service, the Data Migration Service will prompt you to enter the AWS console to perform the Accept endpoint connection request operation for the received Connections request when it first accesses the private link.
- If you select Google Cloud as the cloud provider, please add the authorized project to Published Services. After adding authorization, manual authorization is no longer required when testing the data source connection.
Instance Type Includes Self-managed Kafka and Cloud Instance Kafka. Connection Information Enter the name of the endpoint service of the selected cloud provider and the Kafka access point. Note
For cloud Kafka instances on Alibaba Cloud, you cannot enter a domain name when entering the Kafka access point; only an IP address is supported.
Based on your business requirements, choose whether to enable SASL under Security Authentication. If you enable SASL, configure the following parameters.
ParameterDescriptionAuthentication Method Supports PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512. - The PLAIN authentication method is relatively simple but does not support dynamic user changes and configures the username and password in plaintext, which is not secure. SCRAM (Salted Challenge Response Authentication Mechanism) addresses security issues by implementing the traditional username and password authentication mechanism. Kafka supports SCRAM-SHA-256, which can be used with TLS for secure authentication.
This authentication method enables dynamic user changes, and user data is stored in Zookeeper. Before starting a broker, communication with Zookeeper is required to create a communication user for the broker. However, this authentication method requires configuring the username and password in plaintext.Kafka supports SCRAM-SHA-512, which can be used with TLS for secure authentication.Username The username used for data migration. Password The password of the user used for data migration. Click Test Connection.
After the connection test succeeds, click Save.
Prerequisites
You have the permission to modify the security group allowlist on AWS, Huawei Cloud, Google Cloud, or Alibaba Cloud.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Source.
On the Data Source page, click Create Data Source in the upper-right corner and select Kafka.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, and Huawei Cloud. Region Select the region where the data source is located. Connection Type Select Public IP. You must first add the data source IP address displayed on the page to the allowlist of the Kafka instance to ensure connectivity. For more information, see the Select public network connection section. Instance Type Includes Self-managed Kafka and Cloud Instance Kafka. Connection Information Enter the Kafka access point information. If the security authentication configuration for the Kafka data source is not completed, a data migration task using this data source as the source or target may fail. The configuration area for security authentication is as follows.
Click Upload File to upload the trust certificate with the
.jksextension.Based on your business requirements, choose whether to enable SASL. If you enable SASL, configure the following parameters.
ParameterDescriptionAuthentication Method Supports PLAIN, SCRAM-SHA-256, and SCRAM-SHA-512. - The PLAIN authentication method is relatively simple but cannot dynamically change users and configures the username and password in plaintext, which is not secure.
- The SCRAM (Salted Challenge Response Authentication Mechanism) authentication method addresses security issues by using the traditional mechanism of username and password authentication. Kafka supports SCRAM-SHA-256, which can be used with TLS for security authentication.
This authentication method allows dynamic user changes, and user data is stored in Zookeeper. Before starting a broker, communication with Zookeeper is required to create a communication user between Zookeeper and the broker. However, this authentication method requires plaintext configuration of the username and password. - Kafka supports SCRAM-SHA-512, which can be used with TLS for security authentication.
Username The username used for data migration. Password The password of the user used for data migration.
Click Test Connection.
After the connection test succeeds, click Save.
PostgreSQL data source
For PostgreSQL databases, OceanBase Cloud provides two connection methods: endpoint connection and public network connection.
Prerequisites
You have created an endpoint service for connection on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure, and have the permission to modify the endpoint allowlist.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Source.
On the Data Source page, click Create Data Source in the upper-right corner > PostgreSQL.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Endpoint. You must first add the account ID displayed on the page to the allowlist of your endpoint service to allow the endpoint of that account to connect to the endpoint service. For details, see the documentation in the Select Private Network Connection section. - If you select Cloud Vendor as AWS and selected Require Enable for the Require Accept to Use Endpoint parameter when creating the endpoint service, the Data Migration Service will prompt you to enter the AWS console to perform the Accept endpoint connection request operation for the received Connections request when it first accesses the private connection.
- If you select Google Cloud as the cloud provider, add the authorized project to Published Services. After adding authorization, manual authorization is no longer required when testing the data source connection.
Instance Type - If you select AWS as the cloud provider, the instance types supported are RDS PostgreSQL, Aurora PostgreSQL, and Self-managed PostgreSQL.
- If you select Huawei Cloud or Alibaba Cloud as the cloud provider, the instance types supported are RDS PostgreSQL and Self-managed PostgreSQL.
- If you select Google Cloud as the cloud provider, the instance types supported are Cloud PostgreSQL and Self-managed PostgreSQL.
- If you select Azure as the cloud provider, the instance types supported are Azure for PostgreSQL and Self-managed PostgreSQL.
Connection Information Enter the name of the endpoint service of the selected cloud provider. Database Name The name of the PostgreSQL database. Database Account The username of the PostgreSQL database user. Password The password of the database user. Click Test Connection.
After the connection test succeeds, click Save.
Prerequisites
You have the permission to modify the security group allowlist on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Source.
On the Data Source page, click Create Data Source in the upper-right corner and select PostgreSQL.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Public IP. You must first add the displayed data source IP address to the allowlist of the PostgreSQL database instance to ensure connectivity. For details, see the Select public network connection section. Instance Type - When the cloud provider is set to AWS, the instance types supported are RDS PostgreSQL, Aurora PostgreSQL, and Self-managed PostgreSQL.
- When the cloud provider is set to Huawei Cloud or Alibaba Cloud, the instance types supported are RDS PostgreSQL and Self-managed PostgreSQL.
- When the cloud provider is set to Google Cloud, the instance types supported are Cloud PostgreSQL and Self-managed PostgreSQL.
- When the cloud provider is set to Azure, the instance types supported are Azure for PostgreSQL and Self-managed PostgreSQL.
Connection Information Enter the IP address or hostname to connect to. Database Name The name of the PostgreSQL database. Database Account The username for the PostgreSQL database. Password The password for the database user. Click Test Connection.
After the connection test succeeds, click Save.
TiDB data source
For TiDB databases, OceanBase Cloud provides two connection methods: endpoint connection and public network connection.
Prerequisites
You have created an endpoint service for connection on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure, and have the permission to modify the endpoint allowlist.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Source.
On the Data Source page, click Create Data Source in the upper-right corner > TiDB.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Endpoint. You must first add the account ID displayed on the page to the allowlist of your endpoint service to allow the endpoint of this account to connect to the endpoint service. For details, see the documentation in the Select private network connection section. - If you select Cloud Vendor as AWS and you selected Required for the Require Acceptance to Use Endpoint parameter when creating the endpoint service, the Data Migration Service will prompt you to enter the AWS console to perform the Accept endpoint connection request operation for the received Connections request when it first accesses the private connection.
- If you select Google Cloud as the cloud provider, please add the authorized project to Published Services. After authorization, manual authorization is no longer required when testing the data source connection.
Instance Type Currently only supports Self-managed TiDB. Connection Information Enter the name of the endpoint service of the selected cloud provider. Database Account The username of the TiDB database. Password The password of the database user. Click Test Connection.
After the connection test succeeds, click Save.
Prerequisites
You have the permission to modify the security group allowlist on AWS, Huawei Cloud, Google Cloud, Alibaba Cloud, or Azure.
You have the permissions of an Organization Administrator or Project Administrator in the OceanBase Cloud console.
Procedure
Log in to the OceanBase Cloud console.
In the left-side navigation pane, click Data Services > Data Sources.
On the Data Source page, click Create Data Source in the upper-right corner and select PostgreSQL.
In the Create Data Source dialog box, configure the parameters.
ParameterDescriptionCloud Provider Currently supports Alibaba Cloud, AWS, Google Cloud, Huawei Cloud, and Azure. Region Select the region where the data source is located. Connection Type Select Public IP. You must first add the data source IP address displayed on the page to the allowlist of the TiDB database instance to ensure connectivity. For more information, see the Select public network connection section. Instance Type Currently only supports Self-managed TiDB. Connection Information Enter the IP address or hostname for the connection. Database Account The username for the TiDB database. Password The password for the database user. If you need to obtain incremental data from TiDB via Kafka, please fill in the Incremental Sync Settings section to enable the Binlog and TiCDC data sources. If you do not configure the following settings, you will not be able to select Incremental Synchronization on the Select Type & Objects page when creating a data migration task from a new TiDB database to OceanBase Database in MySQL-compatible mode.
ParameterDescriptionKafka Data Source The Kafka data source is used to store the Binlog and the incremental TiDB data logs converted by the TiCDC tool, for consumption by data migration. Note
Kafka data sources from the same cloud provider as TiDB are supported.
Topic Select the topic of the Kafka data source to bind from the drop-down list. TiDB Data Format When migrating data from a TiDB database to OceanBase Database in MySQL-compatible mode, you can choose data in TiCDC or TiDB Binlog format. Select from the drop-down list. Click Test Connection.
After the connection test succeeds, click Save.
