Enabling Message Compression and Decompression - Access Module

Teradata® Tools and Utilities Access Module Reference

Product
Access Module
Release Number
17.00
Published
November 30, 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
sch1544831938749.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2425
lifecycle
previous
Product Category
Teradata Tools and Utilities
  1. Set the compression.codec configuration property in the Teradata Access Module for Kafka initialization string with one of the following values:
    • none
    • gzip
    • snappy

    Specify -CONFIG compression.codec=gzip to enable gzip compression of messages in the export scenario, and decompression of gzip compressed messages in the import scenario.

    The Teradata Access Module for Kafka passes the configuration option to librdkafka, a third-party open source library, and librdkafka performs the compression and decompression on messages based on the configuration setting.