หน้านี้ยังไม่พร้อมใช้งานในภาษาท้องถิ่นของคุณ เรากำลังพยายามอย่างหนักเพื่อเพิ่มเวอร์ชันภาษาอื่น ๆ เพิ่มเติม ขอบคุณสำหรับการสนับสนุนเสมอมา

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Managing Connections

Updated on 2025-03-03 GMT+08:00

Description

Before creating a data migration task, you need to create a connection, so that the cluster can read and write the data source. A migration job requires a source connection and a destination connection. Data sources that support exporting are used as source connections and data sources that support importing are used as destination connections.

The connection parameters you can configure vary according to the data source. This section describes how to create these connections.

Prerequisites

  • A GDS-kafka cluster has been created.
  • The GDS-kafka cluster can communicate with the destination data source.
    • If the destination data source is an on-premises database, you need the Internet or Direct Connect. If the Internet is used for communication, ensure that an EIP has been bound to the GDS-kafka cluster, the security group of GDS-kafka allows outbound traffic from the host where the off-cloud data source is located, the host where the data source is located can access the Internet, and the connection port has been enabled in the firewall rules.
    • If the destination data source is a cloud service, the following requirements must be met for network interconnection:
      • If the GDS-kafka cluster and the cloud service are in different regions, the Internet or a Direct Connect is required for enabling communication between the CDM cluster and the cloud service. If the Internet is used for communication, ensure that an EIP has been bound to the GDS-kafka cluster, the host where the data source is located can access the Internet, and the port has been enabled in the firewall rules.
      • If the GDS-kafka cluster and the cloud service are in the same region, VPC, subnet, and security group, they can communicate with each other by default. If they are in the same VPC but in different subnets or security groups, you must configure routing rules and security group rules. For more information, see Configuring Routes and Security Group Configuration.
      • The cloud service instance and the cluster belong to the same enterprise project. If they do not, you can modify the enterprise project of the workspace.
  • You have obtained the URL, account, and password for accessing the destination data source. The account is granted with the read and write permissions on the data source.

Creating a Connection

  1. Log in to the GaussDB(DWS) console.
  2. In the navigation pane, choose Data > Data Integration > Connections.
  3. Click Create Connection.
  4. Configure connection parameters. For more information, see Connection parameters.

    Table 1 Connection parameters

    Protocol

    Parameter

    Mandatory

    Description

    Kafka

    Connection Name

    Yes

    Connection name, which can be customized.

    Only letters, numbers, underscores (_), and hyphens (-) are allowed.

    Type

    Yes

    Currently, MRS Kafka, IoT Kafka, DMS Kafka, and Default Kafka are supported. Default Kafka is an open-source Kafka.

    Service Address

    Yes

    Kafka connection address.

    Format: Domain name + Port number or IP address + Port number

    Topics

    Yes

    List of Kafka topics, which are separated by commas (,).

    Ciphertext Access

    No

    This function must be enabled during Kafka authentication. The SASL_SSL and SASL_PLAINTEXT protocols are supported.

    User

    No

    Username for connecting to Kafka

    Password

    No

    Password for connecting to Kafka.

    SSL Authentication

    No

    Whether the SSL protocol is supported.

    Certificate

    No

    SSL certificate in binary JKS format.

    Certificate Password

    No

    Certificate encryption password.

    Host Configuration

    No

    MRS-Kafka configuration parameter. When you connect to MRS-Kafka in security mode, you need to configure the host file of the VM where Gds-Kafka resides. Therefore, you need to upload the host file to be modified. The file format can only be TXT. The file content is as follows:

    192.168.4.111  node-master1JuQr.mrs-yd8z.com
    192.168.4.204  node-master3mgqy.mrs-yd8z.com
    192.168.4.221  node-master2Ktgg.mrs-yd8z.com

    The information on the left is the IP address of the Kafka broker. If MRS-Kafka and GDS-Kafka are not in the same VPC, replace the IP address with a public IP address. The information on the right is the host name of the broker. You can log in to FusionInsightManage and access the Kafka cluster to obtain the host name corresponding to the broker instance.

    Security mode

    No

    MRS-Kafka configuration parameter. When the security mode is enabled, Kerberos authentication is required.

    Krb5 File

    No

    MRS-Kafka configuration parameter. When the security mode is enabled, you need to upload the krb5 file. This file is the authentication credential of the machine-machine account applied for on FusionInsight Manager of MRS.

    NOTE:

    If MRS-Kafka and GDS-Kafka are not in the same VPC, replace the internal IP address of the broker in the file with the public IP address.

    Keytab File

    No

    MRS-Kafka configuration parameter. When the security mode is enabled, you need to upload the Keytab file. This file is the authentication credential of the machine-machine account applied for on FusionInsight Manager of MRS.

    Account

    No

    MRS-Kafka configuration parameter. It is a machine-machine account applied for on FusionInsight Manager of MRS.

    SSL

    No

    MRS-Kafka configuration parameter. When SSL is enabled, you need to upload the SSL certificate and key.

    Authentication Mechanism

    No

    DMS-Kafka configuration parameter. It indicates the security authentication protocol.

    MySQL

    Connection Name

    Yes

    Connection name, which can be customized.

    Only letters, numbers, underscores (_), and hyphens (-) are allowed.

    Service Address

    Yes

    MySQL connection address.

    Format: Domain name + Port number or IP address + Port number

    User

    Yes

    Username for logging in to the database.

    Password

    Yes

    Password used to log in to the database.

    Database

    Yes

    MySQL database name.

    Oracle

    Connection Name

    Yes

    Connection name, which can be customized.

    Only letters, numbers, underscores (_), and hyphens (-) are allowed.

    Service Address

    Yes

    Oracle connection address.

    Format: Domain name + Port number or IP address + Port number

    User

    Yes

    Username for logging in to the database.

    Password

    Yes

    Password used to log in to the database.

    Database

    Yes

    Oracle database name.

    Schema

    Yes

    Schema name. You can configure one or more schema names and use commas (,) to separate them.

    IoT

    Service Address

    Yes

    Address of the iot-edge-node page.

    Format: domain name or IP address

    User

    Yes

    Account for logging in to the IoT platform.

    Password

    Yes

    Password for logging in to the IoT platform.

    DWS

    Connection Name

    Yes

    Connection name, which can be customized.

    Only letters, numbers, underscores (_), and hyphens (-) are allowed.

    Service Address

    Yes

    GaussDB(DWS) connection address.

    Format: Domain name + Port number or IP address + Port number, for example, 192.168.0.10:8000.

    User

    Yes

    Username for logging in to the database.

    Password

    Yes

    Password used to log in to the database.

    Database

    Yes

    GaussDB(DWS) database name.

    Schema

    Yes

    Name of a schema in the GaussDB(DWS) database.

  5. Confirm the information and click OK.

Modifying a Connection

  1. Log in to the GaussDB(DWS) console.
  2. In the navigation pane, choose Data > Data Integration > Connections.
  3. In the Operation column of a connection, click Modify.
  4. In the dialog box for modifying connection configurations, modify the connection configuration based on the rules.
  5. Confirm the information and click OK.

Deleting a Connection

  1. Log in to the GaussDB(DWS) console.
  2. In the navigation pane, choose Data > Data Integration > Connections.
  3. In the Operation column of a connection, click Delete.
  4. In the displayed dialog box, click OK.

เราใช้คุกกี้เพื่อปรับปรุงไซต์และประสบการณ์การใช้ของคุณ การเรียกดูเว็บไซต์ของเราต่อแสดงว่าคุณยอมรับนโยบายคุกกี้ของเรา เรียนรู้เพิ่มเติม

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback