ElectLeaders allows to trigger the election of preferred leaders for a set of partitions.
(ElectionType, map[string][]int32)
| 120 | |
| 121 | // ElectLeaders allows to trigger the election of preferred leaders for a set of partitions. |
| 122 | ElectLeaders(ElectionType, map[string][]int32) (map[string]map[int32]*PartitionResult, error) |
| 123 | |
| 124 | // List the consumer groups available in the cluster. |
| 125 | ListConsumerGroups() (map[string]string, error) |
no outgoing calls