Enumeration: COMPRESSION_CODECS

September 28, 2025 ยท View on GitHub

xk6-kafka


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

Contents

  1. 1Enumeration Members
  2. 1.1CODEC_GZIP
  3. 1.2CODEC_LZ4
  4. 1.3CODEC_SNAPPY
  5. 1.4CODEC_ZSTD