KIP-1276 — CIDR-based Host Patterns for ACLs
Accepted Kafka 4.4 Security
Adds CIDR notation support to Kafka ACL host patterns, allowing a single ACL entry to cover an entire subnet (e.g., 10.0.0.0/8) rather than requiring one entry per IP address. Today Kafka ACLs only accept exact IP addresses or wildcard (*) for host-based access control, forcing administrators to create and maintain O(n) ACL entries for n clients sharing a subnet.
Details
| Author | Maroš Orsák |
| Status | Accepted |
| Kafka Version | 4.4 |
| JIRA | KAFKA-20088 |
| Wiki | View on Apache Wiki |
| Created | 2026-01-22 |
| Last Modified | 2026-06-02 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.