tangs b030ce89ca openbilibili | il y a 5 ans | |
---|---|---|
.. | ||
BUILD.bazel | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
snappy.go | il y a 5 ans |
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).