NSQ Output plugin

NSQ output plugin, following the NSQ methodology output is a producer
to one instance of NSQD. The go library does not accept array values be
default for a Producer. Additionally service discovery is generally
done as a consumer.

Follows same methodology as Kafka Output without the tag reference.
This commit is contained in:
Jonathan Cross
2015-10-27 12:59:05 -04:00
committed by Cameron Sparr
parent c73c28de7e
commit 2a76942a74
37 changed files with 5469 additions and 0 deletions

4
outputs/nsq/README.md Normal file
View File

@@ -0,0 +1,4 @@
# NSQ Output Plugin
This plugin writes to a specified NSQD instance, usually local to the producer. It requires
a `server` name and a `topic` name.