Guang
Results
2
issues of
Guang
This PR address KAFKA-19782 by replacing hashset with trie for prefix search. Previously the Authorizer uses character-by-character comparisons to search for prefix patterns to deny within a set of allowed...
core
performance
build
clients
triage
needs-attention
This patch adds `-std=gnu99` flag to `gcc` to avoid compilation errors due to difference in C standards. For example, at default `gnu++17` on `gcc` version `15`, there is the following...