Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Kafka Connector

Kafka Connector

Data compression

Data compression

You can compress the data when you read or write to a Kafka topic.
You can configure the following compression formats at the source and target:
  • gzip
  • lz4
  • snappy
  • zstd
To use the compression format at the target, specify the following property in the
Producer Configuration Properties
target advanced property.
  • For gzip format, specify the
    compression.type=gzip
    property.
  • For lz4 format, specify the
    compression.type=lz4
    property.
  • For snappy format, specify the
    compression.type=snappy
    property.
  • For zstd format, specify the
    compression.type=zstd
    property.

0 COMMENTS

We’d like to hear from you!