This topic describes how to add a Kafka data source.

Procedure

  1. Log on to the Lindorm Tunnel Service (LTS) web UI. In the left-side navigation pane, choose Data Source Manage > Add Data Source.
  2. On the Add data source page, set the following parameters.
    Parameter Description
    Name You can specify a custom name that contains only letters and digits.
    Data Source Type Select KAFKA.
    Parameters
    {bootstrap.servers:"server1:port1,server2:port2"}
    • bootstrap.servers: This is the default endpoint that is displayed in the instance details page of the console. You can specify only the Kafka endpoint in the same virtual private cloud (VPC) as the current LTS cluster.
    • server1:port1: Specify this parameter in the format of ServiceName:PortNumber.
  3. Click Add.