dendrite/vendor/src/github.com/eapache/go-xerial-snappy
2017-02-02 18:26:18 +00:00
..
LICENSE Add kafka and postgres clients to vendor directory 2017-02-02 18:26:18 +00:00
README.md Add kafka and postgres clients to vendor directory 2017-02-02 18:26:18 +00:00
snappy.go Add kafka and postgres clients to vendor directory 2017-02-02 18:26:18 +00:00
snappy_test.go Add kafka and postgres clients to vendor directory 2017-02-02 18:26:18 +00:00

go-xerial-snappy

Build Status

Xerial-compatible Snappy framing support for golang.

Packages using Xerial for snappy encoding use a framing format incompatible with basically everything else in existence. This package wraps Go's built-in snappy package to support it.

Apps that use this format include Apache Kafka (see https://github.com/dpkp/kafka-python/issues/126#issuecomment-35478921 for details).