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

Evan Huus d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 9 tahun lalu
.gitignore 9f3acca2f4 Initial commit 9 tahun lalu
LICENSE 9f3acca2f4 Initial commit 9 tahun lalu
README.md d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 9 tahun lalu
snappy.go d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 9 tahun lalu
snappy_test.go d7f579c9fc Initial import from https://github.com/Shopify/sarama/ 9 tahun lalu

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