Skip to content

Commit

Permalink
configuration: changed default group initial rebalance delay
Browse files Browse the repository at this point in the history
Changed `group_initial_rebalance_delay` to 3 seconds. This is the
default value set in Kafka.

Signed-off-by: Michal Maslanka <michal@vectorized.io>
  • Loading branch information
mmaslankaprv committed May 17, 2022
1 parent 0b987b6 commit 5b5c5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v/config/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ configuration::configuration()
"group_initial_rebalance_delay",
"Extra delay (ms) added to rebalance phase to wait for new members",
{.needs_restart = needs_restart::no, .visibility = visibility::tunable},
300ms)
3s)
, group_new_member_join_timeout(
*this,
"group_new_member_join_timeout",
Expand Down

0 comments on commit 5b5c5de

Please sign in to comment.