@qualithm/kafka-client - v0.1.6
GitHub
Preparing search index...
index
CompressionCodec
Variable CompressionCodec
Const
CompressionCodec
:
{
GZIP
:
1
;
LZ4
:
3
;
NONE
:
0
;
SNAPPY
:
2
;
ZSTD
:
4
}
= ...
Compression codec identifiers. Stored in the lower 3 bits of the batch attributes.
Type Declaration
Readonly
GZIP
:
1
Readonly
LZ4
:
3
Readonly
NONE
:
0
Readonly
SNAPPY
:
2
Readonly
ZSTD
:
4
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
@qualithm/kafka-client - v0.1.6
Loading...
Compression codec identifiers. Stored in the lower 3 bits of the batch attributes.