jirutka/rsql-parser

Is RSQLParser.parse() thread-safe?

gevaerts opened this issue · 2 comments

It would be useful if the documentation says whether parsing is thread-safe.

Based on a quick look at what RSQLParser.parse() does, I think it's thread-safe. Is that correct?

jmzc commented

@gevaerts , I agree with you: looking at source code , I think RSQLParser is thread-safe.
But it would be nice if someone else could confirm it

Several prod tests agree that RSQLParser is thread-safe.