pasharik opened a new pull request, #15830:
URL: https://github.com/apache/kafka/pull/15830
- Updating `AclCommandTest` to support KRaft
- Tests which are using `AclAuthoriser` are not updated, as they are
expected to be removed after full migration to KRaft
- Changed `AclCommand` console output for adding and removing ACLs.
In the original implementation, `listAcls()` method was called directly from
`addAcls()` and `removeAcls()` methods, which caused a race condition in KRaft
mode, so the test become flaky
- This is quite a big change for our UI, as I understand. Should it go
throuhg KIP process?
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]