Ted Yu created KAFKA-7276:
-----------------------------
Summary: Consider using re2j to speed up regex operations
Key: KAFKA-7276
URL: https://issues.apache.org/jira/browse/KAFKA-7276
Project: Kafka
Issue Type: Task
Reporter: Ted Yu
https://github.com/google/re2j
re2j claims to do linear time regular expression matching in Java.
Its benefit is most obvious for deeply nested regex (such as a | b | c | d).
We should consider using re2j to speed up regex operations.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)