Skip to main content
Version: Next

Input: nsq

Consume events from a NSQ topic

Field Summary

Field NameTypeDescriptionDefault
addressurlThe URL of the NSQ Daemon-
topicstringThe NSQ Topic to subscribe to-
channelstringThe the channel to identify this consumer-
rawboolDo not quote with _raw (e.g. when data is already JSON)false
plainboolJust pass through the payload of the messagefalse

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