Rajini Sivaram created KAFKA-9392: ------------------------------------- Summary: Document and add test for deleteAcls that match single/multiple resources Key: KAFKA-9392 URL: https://issues.apache.org/jira/browse/KAFKA-9392 Project: Kafka Issue Type: Task Components: security Reporter: Rajini Sivaram Assignee: Rajini Sivaram Fix For: 2.5.0
>From PR review of >[https://github.com/apache/kafka/pull/7911:|https://github.com/apache/kafka/pull/7911,] If you do {{Admin.createAcls()}} followed by {{Admin.deleteAcls()}}, if you specify the ACL in both cases, you are guaranteed to delete the ACL regardless of which broker handles the request. If you use a matching filter that doesn't specify the resource pattern for {{deleteAcls}}, then we don't provide that guarantee. We should document this and add a deterministic test for the guaranteed behaviour to ensure we don't regress. -- This message was sent by Atlassian Jira (v8.3.4#803005)