Skip to content

Commit

Permalink
added support incremental rebalance in one session
Browse files Browse the repository at this point in the history
Signed-off-by: Belyakov Sergey Sergeevich <[email protected]>
  • Loading branch information
Belyakov Sergey Sergeevich committed Aug 14, 2024
1 parent 7104aa7 commit ecf3d43
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 35 deletions.
2 changes: 2 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ type Config struct {
Interval time.Duration
}
Rebalance struct {
// IsIncremental to allow don't stopping the rebalance process when a new member joins the group.
IsIncremental bool
// Strategy for allocating topic partitions to members.
// Deprecated: Strategy exists for historical compatibility
// and should not be used. Please use GroupStrategies.
Expand Down
Loading

0 comments on commit ecf3d43

Please sign in to comment.