Re: Would Java Fibers (aka Loom Project) be of interest for improving Storm capacities?

2023-12-02 Thread Bipin Prasad
Hello Alexandre, Fibers might be useful. Will need to code for that and do performance analysis. Currently each worker JVM (multiple for a supervisor) runs components in threads.For I/O bound processes/topology components, fibers “should” help. It could be a topology level option (ie whether ot

Would Java Fibers (aka Loom Project) be of interest for improving Storm capacities?

2023-12-02 Thread Alexandre Vermeerbergen
Hello guys, I have a weird idea bugging my mind, so let me share it and if that's improductive/dead end, then I'll forget it :) I have been reading a few sources about the notion of Fibers in Java (aka Loom Project) which are generally available with Java 21. There's an optional "virtual threads