Replies: 1 comment
-
You can use KafkaRebalance. You just need to specify the storage goal in its spec (IIRC they start with You can also configure bytes retention for your topics or increase the disk size. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am running the cluster with 30 brokers. Each broker has this storage spec:
log retention hours is 12 hours. with this config log.retention.hours
What I am seeing is only few of the pods is filling up fast. Is there a way I can balance the disk storage across all the PVCs? I was reading up on kafkarebalance but only saw the specs etc. Will using cruisecontrol with the kafkarebalance will help? I was thinking of using the default configuration for both.
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions