CompressionType
Specifies the compression algorithm that the provider uses when producing messages to Apache Kafka.
Possible Values
none, gzip, snappy, lz4Data Type
string
Default Value
"none"
Remarks
Select a compression type to reduce the size of produced messages. Compression is applied to batches of messages rather than individual messages.
The following compression types are supported:
| Type | Description |
| NONE | Messages are sent without compression. |
| GZIP | Messages are compressed using gzip. |
| SNAPPY | Messages are compressed using Snappy. |
| LZ4 | Messages are compressed using LZ4. |