conduktor.io ↗

log.message.downconversion.enable — Kafka Broker Configuration

This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. When set to false, broker will not perform down-conversion for consumers expecting an older message format.

Description

This configuration controls whether down-conversion of message formats is enabled to satisfy consume requests. When set to false, broker will not perform down-conversion for consumers expecting an older message format. The broker responds with UNSUPPORTED_VERSION error for consume requests from such older clients. This configurationdoes not apply to any message format conversion that might be required for replication to followers.

Default Values by Kafka Version

Kafka VersionDefault Value
2.0true
2.1true
2.2true
2.3true
2.4true
2.5true
2.6true
2.7true
2.8true
3.0true
3.1true
3.2true
3.3true
3.4true
3.5true
3.6true
3.7true
3.8true
3.9true
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.