https://github.com/eapache/go-xerial-snappy.git

Evan Huus bb955e01b9 Travis badge 10 éve
.gitignore 9f3acca2f4 Initial commit 10 éve
.travis.yml 2388ba0102 Add travis config 10 éve
LICENSE 9f3acca2f4 Initial commit 10 éve
README.md bb955e01b9 Travis badge 10 éve
snappy.go d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 10 éve
snappy_test.go d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 10 éve

README.md

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).