Skip to content

Commit b37a977

Browse files
authored
[CORE-106517] Fix outdated config in the sample (#83)
1 parent 7f2632a commit b37a977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/samples/banzaicloud_v1beta1_kafkacluster.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ spec:
5555
# alerts with 'rollingupgrade'
5656
# failureThreshold: 1
5757

58-
# concurrentBrokerRestartsAllowed controls how many brokers can be restarted in parallel during a rolling upgrade. If
58+
# concurrentBrokerRestartCountPerRack controls how many brokers can be restarted in parallel during a rolling upgrade. If
5959
# it is set to a value greater than 1, the operator will restart up to that amount of brokers in parallel, if the
6060
# brokers are within the same AZ (as specified by "broker.rack" in broker read-only configs). Since using Kafka broker
6161
# racks spreads out the replicas, we know that restarting multiple brokers in the same rack will not cause more than
6262
# 1/Nth of the replicas of a topic-partition to be unavailable at the same time, where N is the number of racks used.
6363
# This is a safe way to speed up the rolling upgrade.
64-
# concurrentBrokerRestartsAllowed: 1
64+
# concurrentBrokerRestartCountPerRack: 1
6565

6666
# brokerConfigGroups specifies multiple broker configs with unique name
6767
brokerConfigGroups:

0 commit comments

Comments
 (0)