Re: [DISCUSS] KIP-1042 support for wildcard when creating new acls

2024-05-15 Thread Murali Basani
gt; > 3. for patterns of the same precedence DENY overrides ALLOW > > > > > > > > > > Determining specificity: > > > > > > > > > > Specificity is based on the Levenshtein distance between the > pattern > > and > > > > > the text being evaluated. The lower the dist

[DISCUSS] KIP-1042 support for wildcard when creating new acls

2024-05-03 Thread Murali Basani
Hello, I'd like to propose a suggestion to our resource patterns in Kafka ACLs. Currently, when adding new ACLs in Kafka, we have two types of resource patterns for topics: - LITERAL - PREFIXED However, when it comes to listing or removing ACLs, we have a couple more options: - MATCH

[DISCUSS] Proposal about support for wildcard when creating new acls

2024-05-02 Thread Murali Basani
Hello, I'd like to propose a suggestion to our resource patterns in Kafka ACLs. Currently, when adding new ACLs in Kafka, we have two types of resource patterns for topics: - LITERAL - PREFIXED However, when it comes to listing or removing ACLs, we have a couple more options: - MATCH

Suggestion about support for wildcard when creating new acls

2024-05-02 Thread Murali Basani
Hello, I'd like to propose a suggestion to our resource patterns in Kafka ACLs. Currently, when adding new ACLs in Kafka, we have two types of resource patterns for topics: - LITERAL - PREFIXED However, when it comes to listing or removing ACLs, we have a couple more options: - MATCH