Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the default for max_kafka_throttle_delay_ms #9935

Merged

Commits on Apr 10, 2023

  1. config: reduce the default for max_kafka_throttle_delay_ms

    `max_kafka_throttle_delay_ms` default value changed to 30s to align
    with the default setting of `session.timeout.ms` in java client and in
    librdkafka which is 45s there. By setting the default max throttle delay
    lower than session timeout, it is possible to avoid heartbeat timeouts
    for librdkafka clients (librdkafka does not support KIP-219 as of now
    and therefore relies on broker doing throttling) with default
    configuration on both client and broker.
    dlex committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e2a36f7 View commit details
    Browse the repository at this point in the history