Kafka 3.5 → 3.6 Upgrade Guide
Kafka 3.6 brings 27 new configs, removes 0, and changes 2 defaults compared to 3.5.
+27 configs 2 defaults changed 13 KIPs
New Configurations
Changed Defaults
| Config | Old Default | New Default |
|---|---|---|
| inter.broker.protocol.version | 3.5-IV2 | 3.6-IV2 |
| state.dir | /var/folders/qq/2qmvd8cd11x3fcd6wbgpn9pw0000gn/T//kafka-streams | /var/folders/3j/8r9d0znd5pzgp8ww95yn8g140000gp/T//kafka-streams |
Protocol Changes
OffsetCommit v9 · OffsetCommit v9KIPs Released
KIP-495 Dynamically Adjust Log Levels in ConnectKIP-793 Allow sink connectors to be used with topic-mutating SMTs
KIP-848 The Next Generation of the Consumer Rebalance Protocol
KIP-852 Optimize calculation of size for log in remote tier
KIP-868 Metadata Transactions
KIP-898 Modernize Connect plugin discovery
KIP-902 Upgrade Zookeeper to 3.8.2
KIP-917 Additional custom metadata for remote log segment
KIP-925 Rack aware task assignment in Kafka Streams
KIP-927 Improve the kafka-metadata-quorum output
KIP-930 Rename ambiguous Tiered Storage Metrics
KIP-937 Improve Message Timestamp Validation
KIP-949 Add flag to enable the usage of topic separator in MM2 DefaultReplicationPolicy
Planning a Kafka upgrade? Conduktor Console helps you manage and monitor your clusters during migration.