You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/10/16 15:29:04 UTC

[GitHub] [pulsar] flowchartsman commented on a change in pull request #8250: [pulsar-io] Add NSQ Source

flowchartsman commented on a change in pull request #8250:
URL: https://github.com/apache/pulsar/pull/8250#discussion_r506545700



##########
File path: site2/docs/io-nsq-source.md
##########
@@ -0,0 +1,20 @@
+---
+id: io-nsq-source
+title: NSQ source connector
+sidebar_label: NSQ source connector
+---
+
+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 nsqlookupds to connect to. |
+| `topic` | String|true | " " (empty string) | The NSQ topic to transport |
+| `channel` | String |false | pulsar-transport-{$topic} | The channel to register and consume. from on the provided NSQ topic. |

Review comment:
       Thank you! I have altered the descriptions for `lookupds` and `channel`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org