db7a4b24b6
main reasons behind this: - make adding/removing tags cheap - make adding/removing fields cheap - make parsing cheaper - make parse -> decorate -> write out bytes metric flow much faster Refactor serializer to use byte buffer |
||
---|---|---|
.. | ||
README.md | ||
nsq.go | ||
nsq_test.go |
README.md
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.