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

Evan Huus 2388ba0102 Add travis config 10 år sedan
.gitignore 9f3acca2f4 Initial commit 10 år sedan
.travis.yml 2388ba0102 Add travis config 10 år sedan
LICENSE 9f3acca2f4 Initial commit 10 år sedan
README.md d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 10 år sedan
snappy.go d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 10 år sedan
snappy_test.go d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 10 år sedan

README.md

go-xerial-snappy

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