Skip to content

Commit

Permalink
feat(main): fix index for broker
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <cuisongliu@qq.com>
  • Loading branch information
cuisongliu committed Oct 14, 2024
1 parent f80826f commit c8edb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/automq_controller_b.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (r *AutoMQReconciler) syncBrokerDeploy(ctx context.Context, obj *infrav1bet
"--process.roles",
"broker",
"--node.id",
fmt.Sprintf("%d", index),
fmt.Sprintf("%d", index+10),
"--cluster.id",
obj.Spec.ClusterID,
"--controller.quorum.voters",
Expand Down

0 comments on commit c8edb7c

Please # to comment.