Replies: 1 comment 2 replies
-
If you wanna run a rebalance periodically, you can for example create some CronJob to create the KafkaRebalance resource to do the rebalance for you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day!
i deploy cruise-control with operator like this
'''
cruiseControl:
config:
# Note that
goals
must be a superset ofdefault.goals
andhard.goals
goals: >
com.linkedin.kafka.cruisecontrol.analyzer.goals.CpuCapacityGoal,
com.linkedin.kafka.cruisecontrol.analyzer.goals.DiskCapacityGoal,
com.linkedin.kafka.cruisecontrol.analyzer.goals.NetworkInboundCapacityGoal,
com.linkedin.kafka.cruisecontrol.analyzer.goals.NetworkOutboundCapacityGoal,
com.linkedin.kafka.cruisecontrol.analyzer.goals.RackAwareGoal,
com.linkedin.kafka.cruisecontrol.analyzer.goals.MinTopicLeadersPerBrokerGoal,
com.linkedin.kafka.cruisecontrol.analyzer.goals.ReplicaCapacityGoal,
'''
I got a question. Is there a way to run this once a week only? Maybe some config to do that once a week?
Beta Was this translation helpful? Give feedback.
All reactions