Files
telegraf/Godeps/_workspace/src/github.com/mreiferson/go-snappystream/README.md
Jonathan Cross 2a76942a74 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.
2015-10-27 15:44:22 -06:00

561 B

go-snappystream

a Go package for framed snappy streams.

Build Status GoDoc

This package wraps snappy-go and supplies a Reader and Writer for the snappy framed stream format.