Michael Assraf

Results 4 comments of Michael Assraf

Apparently all configs + on every initialization of a new one, stats thread are created. What worked for me is: ``` ExecutorService executorService = Executors.newFixedThreadPool(1); ScheduledExecutorService scheduledExecutorService = Executors.newScheduledThreadPool(1); class...

Hi, Yeah I understand the difficulty in determination whether the parentheses represent nested condition or sort/paging function, and I actually did send both of them in a different GET params....

Yeah through my confusion between RQL and RSQL I borrowed some elements. Anyway I think it will be nice to have full query support, while limit and sort are usually...