diff --git a/charts/kafka-cruise-control/values.yaml b/charts/kafka-cruise-control/values.yaml index 8029077..b437f74 100644 --- a/charts/kafka-cruise-control/values.yaml +++ b/charts/kafka-cruise-control/values.yaml @@ -200,8 +200,8 @@ config: disk.balance.threshold: 1.1 disk.capacity.threshold: 0.8 disk.low.utilization.threshold: 0.0 - #goal.balancedness.priority.weight: - #goal.balancedness.strictness.weight: + # goal.balancedness.priority.weight: + # goal.balancedness.strictness.weight: goals: - com.linkedin.kafka.cruisecontrol.analyzer.goals.RackAwareGoal - com.linkedin.kafka.cruisecontrol.analyzer.goals.RackAwareDistributionGoal @@ -252,7 +252,7 @@ config: topics.excluded.from.partition.movement: __consumer_offsets.*|__amazon_msk_canary.*|__amazon_msk_connect.*|__KafkaCruiseControl.* # EXECUTOR - #default.replication.throttle: + # default.replication.throttle: execution.progress.check.interval.ms: 10000 max.num.cluster.partition.movements: 1250 num.concurrent.intra.broker.partition.movements: 2 @@ -287,7 +287,7 @@ config: completed.kafka.monitor.user.task.retention.time.ms: 86400000 completed.user.task.retention.time.ms: 86400000 demotion.history.retention.time.ms: 1209600000 - #goal.violation.distribution.threshold.multiplier: 2.50 + # goal.violation.distribution.threshold.multiplier: 2.50 max.active.user.tasks: 5 max.cached.completed.cruise.control.admin.user.tasks: 30 max.cached.completed.cruise.control.monitor.user.tasks: 20 @@ -306,7 +306,7 @@ config: metric.anomaly.detection.interval.ms: 120000 metric.anomaly.finder.class: com.linkedin.kafka.cruisecontrol.detector.KafkaMetricAnomalyFinder removal.history.retention.time.ms: 1209600000 - #self.healing.broker.failure.enabled: true + # self.healing.broker.failure.enabled: true self.healing.enabled: false self.healing.exclude.recently.demoted.brokers: true self.healing.exclude.recently.removed.brokers: true