tile38/vendor/github.com/eapache/go-xerial-snappy
tidwall 03662bb1fb Updated Kafka client 2021-07-08 06:34:09 -07:00
..
.gitignore Refactor repository and build scripts 2019-11-18 10:33:15 -07:00
.travis.yml Refactor repository and build scripts 2019-11-18 10:33:15 -07:00
LICENSE Refactor repository and build scripts 2019-11-18 10:33:15 -07:00
README.md Refactor repository and build scripts 2019-11-18 10:33:15 -07:00
fuzz.go Updated Kafka client 2021-07-08 06:34:09 -07:00
snappy.go Updated Kafka client 2021-07-08 06:34:09 -07:00

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