Deletes access control lists (ACLs) according to the supplied filters. This operation is not transactional so it may succeed for some ACLs while fail for others. This operation is supported by brokers with version 0.11.0.0 or higher.
(filter AclFilter, validateOnly bool)
| 117 | // This operation is not transactional so it may succeed for some ACLs while fail for others. |
| 118 | // This operation is supported by brokers with version 0.11.0.0 or higher. |
| 119 | DeleteACL(filter AclFilter, validateOnly bool) ([]MatchingAcl, error) |
| 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) |
no outgoing calls