Hi
I’m migrating from pooled streaming event processors to persistent streams (PS) and have a few questions:
- Has anyone already deployed PS in production? If so, what has been your experience?
- We currently run approximately 70 pooled streaming event processors across multiple applications. What impact would running ~70 PS have on Axon Server’s load and memory footprint?
- I’ve noticed that shutting down an application takes significantly longer when using PS, as closing the streams introduces delays. Each PS appears to take around 2 seconds to close, and since this happens sequentially, shutdown times can be considerable (e.g., 45 seconds in one of my applications). Is this a known issue?
Would appreciate any insights!
Klaus