Skip to content

Commit 85d6ca7

Browse files
authored
Add missing documentation for minNumBrokersViolateMetricLimit
## Summary 1. Why: Documentation for **min.num.brokers.violate.metric.limit.to.decrease.cluster.concurrency** is missing. 2. What: document the setting
1 parent 9e1e148 commit 85d6ca7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/wiki/User Guide/Configurations.md

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ The following configurations are inherited from the open source Kafka client con
188188
| concurrency.adjuster.multiplicative.decrease.inter.broker.replica | Integer | N | 2 | The fixed number by which the concurrency cap on inter-broker replica movements will be divided by the concurrency adjuster (if enabled) when any considered metric exceeds the concurrency adjuster limit. |
189189
| concurrency.adjuster.multiplicative.decrease.leadership | Integer | N | 2 | The fixed number by which the concurrency cap on leadership movements will be divided by the concurrency adjuster (if enabled) when any considered metric exceeds the concurrency adjuster limit. |
190190
| concurrency.adjuster.multiplicative.decrease.leadership.per.broker | Integer | N | 2 | The fixed number by which the per broker concurrency cap on leadership movements will be divided by the concurrency adjuster (if enabled) when any considered metric exceeds the concurrency adjuster limit. |
191+
| min.num.brokers.violate.metric.limit.to.decrease.cluster.concurrency | Integer | N | 2 | The minimum number of brokers with metrics violating concurrency adjuster limits that can lead to cluster concurrency decrease. |
191192
| list.partition.reassignment.timeout.ms | Long | N | 60000 | The maximum time to wait for the response of an Admin#listPartitionReassignments() request to be available. |
192193
| list.partition.reassignment.max.attempts | Integer | N | 3 | The maximum number of attempts to get an available response for an Admin#listPartitionReassignments() request in case of a timeout. Each attempt recalculates the allowed timeout using: list-partition-reassignments-timeout-for-the-initial-response * (base-backoff ^ attempt). |
193194
| min.execution.progress.check.interval.ms | Double | N | 5000 | The minimum execution progress check interval that users can dynamically set the execution progress check interval to. |

0 commit comments

Comments
 (0)