Plan accepts a map of `memberID -> metadata` and a map of `topic -> partitions` and returns a distribution plan.
(members map[string]ConsumerGroupMemberMetadata, topics map[string][]int32)
| 51 | // Plan accepts a map of `memberID -> metadata` and a map of `topic -> partitions` |
| 52 | // and returns a distribution plan. |
| 53 | Plan(members map[string]ConsumerGroupMemberMetadata, topics map[string][]int32) (BalanceStrategyPlan, error) |
| 54 | |
| 55 | // AssignmentData returns the serialized assignment data for the specified |
| 56 | // memberID |
no outgoing calls