Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 899 Bytes

File metadata and controls

41 lines (21 loc) · 899 Bytes

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