kafka
kafka copied to clipboard
KAFKA-17137: Feat admin client it acl configs
This PR implements these test cases:
- [x] describeAcls + timeoutMs
- [x] createAcls + timeoutMs
- [x] deleteAcls + timeoutMs
- [x] describeConfigs + timeoutMs
- [x] alterConfigs + timeoutMs
- [x] expireDelegationToken + expiryTimePeriodMs
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)