Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 547 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 547 Bytes

gogstash input NSQ

NSQ is a realtime distributed messaging platform.

Synopsis

input:
  - type: "nsq"

    # NSQd port if connection directly to a daemon
    nsq: "localhost:4150"

    # lookupd if using the NSQ directory service
    lookupd: "server:4160"

    # topic is the topic to subscribe to
    topic: "mytopic"

    #channel is the channel you want messages from
    channel: "mychannel"

    # (optional) The number of inflight messages to handle, default is 75
    max_inflight: 75