Enumeration: COMPRESSION_CODECS
September 28, 2025 ยท View on GitHub
Enumeration: COMPRESSION_CODECS
Defined in: index.d.ts:15
Compression codecs for compressing messages when producing to a topic or reading from it.
Enumeration Members
CODEC_GZIP
CODEC_GZIP:
"gzip"
Defined in: index.d.ts:16
CODEC_LZ4
CODEC_LZ4:
"lz4"
Defined in: index.d.ts:18
CODEC_SNAPPY
CODEC_SNAPPY:
"snappy"
Defined in: index.d.ts:17
CODEC_ZSTD
CODEC_ZSTD:
"zstd"
Defined in: index.d.ts:19