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

Method CreateACLs

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

Creates access control lists (ACLs) which are bound to specific resources. This operation is not transactional so it may succeed for some ACLs while fail for others. If you attempt to add an ACL that duplicates an existing ACL, no error will be raised, but no changes will be made. This operation is

([]*ResourceAcls)

Source from the content-addressed store, hash-verified

107 // If you attempt to add an ACL that duplicates an existing ACL, no error will be raised, but
108 // no changes will be made. This operation is supported by brokers with version 0.11.0.0 or higher.
109 CreateACLs([]*ResourceAcls) error
110
111 // Lists access control lists (ACLs) according to the supplied filter.
112 // it may take some time for changes made by createAcls or deleteAcls to be reflected in the output of ListAcls

Callers 1

Implementers 1

clusterAdminadmin.go

Calls

no outgoing calls

Tested by 1