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
-
Log on to the LTS service. For more information, see Log on to LTS.
-
In the left-side navigation pane, choose Data Sources > Add Data Source.
-
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.
-
-
-
Click Add.