I have recently started using Camel with Esper. I know from the documentation that some Camel patterns, like Multicast, for example, can be run using the parallelProcessing
method, which creates a pool of 10 threads to run that pattern by default.
After reading the camel / esper page I did not see anything about using Esper in Camel with parallelProcessing.
My question is, can I run Esper in Camel using some sort of parallel processing? If yes how?