I’ve been exploring different solutions for event-based, queued script tasks and have tried out different ways like @pturmel’s suggestion to use java.util.concurrent.LinkedBlockingQueue.
I’m exploring using the new 8.3 module Event Streams as a more native solution and was wondering if there was any information/anyone has done testing on the backend behaviour of these streams? Are they allocated threads on demand as needed? Is it per batch/per stream?
I’m aware it’s early days also but is there any implementation recommendations/best practice when working Event Streams?