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:
committed by
Cameron Sparr
parent
c73c28de7e
commit
2a76942a74
11
Godeps/_workspace/src/github.com/mreiferson/go-snappystream/README.md
generated
vendored
Normal file
11
Godeps/_workspace/src/github.com/mreiferson/go-snappystream/README.md
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
## go-snappystream
|
||||
|
||||
a Go package for framed snappy streams.
|
||||
|
||||
[](http://travis-ci.org/mreiferson/go-snappystream) [](https://godoc.org/github.com/mreiferson/go-snappystream)
|
||||
|
||||
This package wraps [snappy-go][1] and supplies a `Reader` and `Writer`
|
||||
for the snappy [framed stream format][2].
|
||||
|
||||
[1]: https://code.google.com/p/snappy-go/
|
||||
[2]: https://snappy.googlecode.com/svn/trunk/framing_format.txt
|
||||
Reference in New Issue
Block a user