Name uniquely identifies the strategy.
()
| 47 | type BalanceStrategy interface { |
| 48 | // Name uniquely identifies the strategy. |
| 49 | Name() string |
| 50 | |
| 51 | // Plan accepts a map of `memberID -> metadata` and a map of `topic -> partitions` |
| 52 | // and returns a distribution plan. |
no outgoing calls