Add a DTS data source

更新时间:
复制 MD 格式

This topic describes how to add a Data Transmission Service (DTS) data source in the Lindorm console.

Prerequisites

The LTS service must be activated for the Lindorm instance. For more information, see Activate LTS.

Procedure

  1. Log on to the LTS service. For more information, see Log on to LTS.

  2. In the left-side navigation pane, choose Data Sources > Add Data Source.

  3. On the Add Data Source page, configure the parameters. In the Data Source Parameters field, enter the values in JSON format. The template is {"proxyAddr":"","topic":"","sid":"","username":"","password":""}.

    Parameter

    Description

    Name

    A custom name for the data source.

    Data source type

    Select DTS from the drop-down list.

    Data Source Parameters

    Obtain the data source parameters from the DTS console.

    • On the Task Management page, click the target DTS task to obtain the following parameters:

      • topic: The name of the DTS subscription topic.

      • proxyAddr: The DTS subscription address.

    • On the Consume Data page, click the target DTS task to obtain the following parameters:

      • sid: The consumer group ID.

      • username: The username of the consumer group.

      • password: The password that corresponds to the username of the consumer group. If you forget the password, you can click Change Password in the Operation column to reset the password.

  4. Click Add.