Hi all, The PR: https://github.com/apache/kafka/pull/5168
This MINOR PR has been around for a while, guess I'll poke here a bit. Poking was suggested somewhere, I recall... What does the PR do? It makes statically compiled regular expressions to replace the current in-line regular expressions, which need to create a new object every time they're called. Just something I did in my spare time. Regards, Koen