pulsarctl
CLI tool to create and manage sink connectors. For details, see work with connectors using the pulsarctl CLI tool.
Field | Description |
---|---|
Sink Type | (Read-only) the type of the sink connector. |
Service Account | Select the service account for creating the sink connector. |
Sink Name | Enter a name for the sink connector. The text string supports lowercase characters, numeric characters, and the special character hyphen (-). |
Subscription Name | Enter the subscription name for the consumers that consume messages from the input topic. |
Input Topic | Configure the input topic for the sink connector. - Tenant: select the tenant you want to export messages from. - Namespace: select the namespace you want to export messages from. - Topic: select the topic you want to export messages from. |
Replicas | Configure the number of Pulsar instances to run the sink connector. |
Config | Configure the sink 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 sink connector. - Password: enter the password to authenticate to the AMQP1_0 sink connector. - Queue: enter the name of the queue that messages should be read from or written to. |