Skip to content

Commit

Permalink
fix(docs): correct topic name in rebalancing strategy example
Browse files Browse the repository at this point in the history
Signed-off-by: Maksadbek <[email protected]>
  • Loading branch information
maksadbek committed Oct 6, 2023
1 parent 44f6db5 commit e758370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balance_strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type BalanceStrategy interface {
// Example with two topics T1 and T2 with six partitions each (0..5) and two members (M1, M2):
//
// M1: {T1: [0, 1, 2], T2: [0, 1, 2]}
// M2: {T2: [3, 4, 5], T2: [3, 4, 5]}
// M2: {T1: [3, 4, 5], T2: [3, 4, 5]}
func NewBalanceStrategyRange() BalanceStrategy {
return &balanceStrategy{
name: RangeBalanceStrategyName,
Expand Down

0 comments on commit e758370

Please sign in to comment.