This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Optimize rebalance #36
Comments
Doesn't really make sense, kafka does rebalance step-by-step anyway. It process one partition and updates znode. When there is nothing left - removes it. |
@CyberDem0n In some situations it may help. For example - bubuku have minimum step time - 0.5 seconds. That means, that if partition migration takes less time, than it's better to migrate several partitions at a time. |
Well, renamed task. There are problems with rebalance, and they should be fixed:
|
Closed in favor of #63 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now rebalance is made step by step with step size of 1 partition.
Maybe it will be better to transfer more partitions at a time (5, 10, or by leader count), and it will be faster.
The text was updated successfully, but these errors were encountered: