Skip to content

CDC-to-Kafka 4.2.0

Compare
Choose a tag to compare
@woodlee woodlee released this 05 Jun 17:49
· 1 commit to master since this release
f24149f

This release includes a new feature which adds a Kafka message header to messages where fields have been truncated for length due to use of the TRUNCATE_FIELDS config option. A header with key cdc_to_kafka_truncated_field__<column_name> and value <original_byte_length>,<truncated_byte_length> is added for each column where truncation was applied. Truncation is based on byte length, not string length, and respects whole-character boundaries for the UTF-8 encoded strings this tool publishes in accordance with the Avro specification.