MCPcopy
hub / github.com/IBM/sarama / DeleteACL

Method DeleteACL

admin.go:119–119  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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)

Callers 1

Implementers 1

clusterAdminadmin.go

Calls

no outgoing calls

Tested by 1