Create, update, and delete source connectors

StreamNative Console enables you to create, update, and delete source connectors. In addition, you can also create and manage connectors by using the pulsarctl CLI tool. For details, see work with connectors using the pulsarctl CLI tool.

Create source connectors

Before creating source connectors, you need to meet the following prerequisites.

Prerequisites

This section lists prerequisites for creating supported source connectors on StreamNative Console and for source connectors connecting to external systems.

Steps

  1. From the left navigation pane, under Resources, click Connectors.

  2. Select the Created Sources tab.

  3. Click CREATE A SOURCE. A drop-down menu displays that lists available sink connectors.

    screenshot of creating a source connector

  4. Click the icon of the source connector type that you want to create and enter the page where you can configure the source connector.

  5. Configure the source connector. See the tables of valid configuration options below.

  6. Click SUBMIT.

FieldDescription
Source Type(Read-only) the type of the source connector.
Service AccountSelect the service account for creating the source connector.
Source NameEnter a name for the source connector. The text string supports lowercase characters, numeric characters, and the special character hyphen (-).
Output TopicConfigure the output topic for the source connector.
- Tenant: select the tenant you want to ingest messages from.
- Namespace: select the namespace you want to ingest messages from.
- Topic: select the topic you want to ingest the messages from.
ReplicasSet the number of instances for running the source connector.
ConfigConfigure the source connector.
- Protocol: enter the protocol. amqp is the default setting.
- Host: enter the AMQP service host.
- Port: enter the AMQP service port.
- Username: enter the username to authenticate to the AMQP1_0 source connector.
- Password: enter the password to authenticate to the AMQP1_0 source connector.
- Queue: enter the name of the queue that messages should be read from or written to.

Update source connectors

You can make changes to the configuration of a source connector after it is created.

  1. From the left navigation pane, under Resources, click Connectors.

  2. Select the Created Sources tab.

  3. Click the ellipsis at the end of the row of the connector that you want to update, and then click Edit.

  4. Edit the configuration that you want to change. For details, see create source connectors.

  5. Click SUBMIT.

Delete source connectors

To delete a source connector, follow these steps.

  1. From the left navigation pane, under Resources, click Connectors.

  2. Select the Created Sources tab.

  3. Click the ellipsis at the end of the row of the connector that you want to delete, and then click Delete.

  4. Enter the source connector name and then click Confirm.

Previous
How to Use