| --- |
| id: io-nsq-source |
| title: NSQ source connector |
| sidebar_label: "NSQ source connector" |
| --- |
| |
| :::note |
| |
| You can download all the Pulsar connectors on [download page](pathname:///download). |
| |
| ::: |
| |
| The NSQ source connector receives messages from NSQ topics |
| and writes messages to Pulsar topics. |
| |
| ## Configuration |
| |
| The configuration of the NSQ source connector has the following properties. |
| |
| ### Property |
| |
| | Name | 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. | |