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

[v23.1.x] Reduce the default for max_kafka_throttle_delay_ms #9985

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #9935

`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.

(cherry picked from commit e2a36f7)
@vbotbuildovich vbotbuildovich added this to the v23.1.x-next milestone Apr 12, 2023
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Apr 12, 2023
@piyushredpanda piyushredpanda modified the milestones: v23.1.x-next, v23.1.7 Apr 12, 2023
@piyushredpanda piyushredpanda marked this pull request as ready for review April 12, 2023 04:38
@piyushredpanda piyushredpanda requested review from dotnwat and removed request for dlex April 12, 2023 17:14
@piyushredpanda
Copy link
Contributor

Failure seems to be #8496

@piyushredpanda piyushredpanda merged commit 45270bd into redpanda-data:v23.1.x Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants