Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add batched CreateACLs func to ClusterAdmin #2191

Merged
merged 2 commits into from
May 6, 2022
Merged

Conversation

nkostoulas
Copy link
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).
admin.go Outdated Show resolved Hide resolved
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