CompressionType
Data compression type. Batches of data will be compressed together.
Possible Values
none, gzip, snappy, lz4Data Type
string
Default Value
"none"
Remarks
The following values are supported:
| NONE | Messages will not be compressed. |
| GZIP | Messages will be compressed using gzip. |
| SNAPPY | Messages will be compressed using snappy. |
| LZ4 | Messages will be compressed using lz4. |