Input: nsq
Consume events from a NSQ topic
Field Summary
Field Name | Type | Description | Default |
---|---|---|---|
address | url | The URL of the NSQ Daemon | - |
topic | string | The NSQ Topic to subscribe to | - |
channel | string | The the channel to identify this consumer | - |
raw | bool | Do not quote with _raw (e.g. when data is already JSON) | false |
plain | bool | Just pass through the payload of the message | false |
Fields
address
Type: url
The URL of the NSQ Daemon
topic
Type: string
The NSQ Topic to subscribe to
channel
Type: string
The the channel to identify this consumer
raw
Type: bool
Default: false
Do not quote with _raw (e.g. when data is already JSON)
plain
Type: bool
Default: false
Just pass through the payload of the message