NSQ source connector
The NSQ source connector receives messages from NSQ topics and writes messages to Pulsar topics.
#
ConfigurationThe configuration of the NSQ source connector has the following properties.
#
PropertyName | Type | Required | Default | Description |
---|---|---|---|---|
lookupds | String | true | " " (empty string) | A comma-separated list of nsqlookupds to connect to. |
topic | String | true | " " (empty string) | The NSQ topic to transport. |
channel | String | false | pulsar-transport-{$topic} | The channel to consume from on the provided NSQ topic. |