Hello,
I'm using CEP to match a stream against around 1000 different patterns.
To do this I create de patterns and then iterate and call CEP.pattern() for each. Later on, I merge the PatternStreams into one using datastream.union().
The problem is that i'm getting this exception:
AstTimeoutException: Ask timed out on Actor... after 10000ms. Sender null sent message of type LocalRpcInvocation.
I noticed that this exception is thrown when I reach around 500 patterns.
Is there a way to overcome this limit?
Kind regards,
Pedro Saraiva