GitHub user slaunay opened a pull request:
https://github.com/apache/kafka/pull/1468
KAFKA-3790: Allow for removal of non specific ACLs
- remove ACLs with `aclMatch()` rather than `Object#equals(Object)`
- remove unused session argument from `aclMatch()` to reuse it in
`removeAcls()`
- update test case for ACL removal management
- change test method `changeAclAndVerify(...)` to use an expected `Set` of
ACLs rather than relying on `Object#equals(Object)`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/slaunay/kafka
bugfix/KAFKA-3790-remove-acls-matching-wildcard
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1468.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1468
----
commit cd2934579ae49afad92eda5f6e36069e2f1d63d4
Author: Sebastien Launay <[email protected]>
Date: 2016-06-02T20:29:11Z
KAFKA-3790: Allow for removal of non specific ACLs
- remove ACLs with aclMatch() rather than Object#equals(Object)
- remove unused session argument from aclMatch() to reuse it in
removeAcls()
- update test case for ACL removal management
- change test method changeAclAndVerify(...) to use an expected Set of
ACLs rather than relying on Object#equals(Object)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---