ADO.NET Provider for Apache Kafka

Build 25.0.9540

CompressionType

Specifies the compression algorithm that the provider uses when producing messages to Apache Kafka.

Possible Values

none, gzip, snappy, lz4

データ型

string

デフォルト値

"none"

解説

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:

TypeDescription
NONE Messages are sent without compression.
GZIP Messages are compressed using gzip.
SNAPPY Messages are compressed using Snappy.
LZ4 Messages are compressed using LZ4.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540