see-quick commented on PR #22501: URL: https://github.com/apache/kafka/pull/22501#issuecomment-4718643030
Okay, PR should be ready for the review, apart from the tests I have written, I have also done E2E checks manually using real Kafka cluster: ```java 1. Create IPv4 CIDR ACLs 2. Create IPv6 CIDR ACLs 3. Create DENY ACL with narrower CIDR (e.g., 192.168.1.128/25) 4. List ACLs shows all CIDR entries persisted 5. Invalid CIDR (/33) rejected with clear error 6. Remove individual CIDR ACL ``` Everything works as expected. So if you have some spare time have a look. Thanks. -- 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]
