package
0.4.47
Repository: https://github.com/segmentio/kafka-go.git
Documentation: pkg.go.dev

# Packages

Package zstd implements Zstandard compression.

# Constants

# Variables

The global table of compression codecs supported by the kafka protocol.
The global gzip codec installed on the Codecs table.
The global lz4 codec installed on the Codecs table.
The global snappy codec installed on the Codecs table.
The global zstd codec installed on the Codecs table.

# Interfaces

Codec represents a compression codec to encode and decode the messages.

# Type aliases

Compression represents the compression applied to a record set.