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