Skip to content

feat: add batched CreateACLs func to ClusterAdmin#2191

Merged
dnwe merged 2 commits intoIBM:mainfrom
nkostoulas:main
May 6, 2022
Merged

feat: add batched CreateACLs func to ClusterAdmin#2191
dnwe merged 2 commits intoIBM:mainfrom
nkostoulas:main

Conversation

@nkostoulas
Copy link
Copy Markdown
Contributor

@nkostoulas nkostoulas commented Mar 22, 2022

Add new method to the ClusterAdmin interface to allow batch creation
of ACLs. Creating ACLs one at a time seems to be very slow and for
applications that need to create a lot of these, it takes time (and
might cause downtime).

@ghost ghost added the cla-needed label Mar 22, 2022
@ghost ghost removed the cla-needed label Mar 22, 2022
@nkostoulas nkostoulas changed the title Add batch CreateACLs call to ClusterAdmin clusteradmin: Add batch CreateACLs call to Mar 22, 2022
@nkostoulas nkostoulas changed the title clusteradmin: Add batch CreateACLs call to clusteradmin: Add batch CreateACLs call Mar 22, 2022
@nkostoulas nkostoulas changed the title clusteradmin: Add batch CreateACLs call clusteradmin: Add batch call to create ACLs Mar 22, 2022
@dnwe dnwe changed the title clusteradmin: Add batch call to create ACLs feat: add batched CreateACLs func to ClusterAdmin Apr 13, 2022
@dnwe dnwe added the feat label Apr 13, 2022
Add new method to the `ClusterAdmin` interface to allow batch creation
of `ACL`s. Creating `ACL`s one at a time seems to be very slow and for
applications that need to create a lot of these, it takes time (and
might cause downtime).
Comment thread admin.go
Co-authored-by: Dominic Evans <dominic.evans@uk.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants