Skip to content

Commit

Permalink
fix: linter suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Jul 17, 2024
1 parent ad3615d commit 9fbe518
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/kafka-cruise-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9fbe518

Please sign in to comment.