Niket Goel created KAFKA-13110: ---------------------------------- Summary: Review and Optimize KIP-500 related Settings Key: KAFKA-13110 URL: https://issues.apache.org/jira/browse/KAFKA-13110 Project: Kafka Issue Type: Improvement Components: kraft Affects Versions: 3.0.0 Reporter: Niket Goel
Some configurations/settings for Kraft have been inherited from the ZK era and have not necessarily been thought about again. This JIRA tracks reviewing configuration settings related to KIP-500 and optimizing them where possible. An example of settings that need an overhaul: val BrokerHeartbeatIntervalMs = 2000 val BrokerSessionTimeoutMs = 9000 A 2 second heartbeat interval and consequently a 9 second session timeout are pretty high values and can be optimized to shorter durations. -- This message was sent by Atlassian Jira (v8.3.4#803005)