DEV Community

Discussion on: Parallelization in Java

Collapse
 
gklijs profile image
Gerard Klijs

RxJava can become overly complex and is harder to debug. I had a better experience with reactor, but that was mainly because that was just trying it out, while RxJava was with a large existing project.
I don't know what's the reason you want to use it. For example you can also do parallel progressing in a stream, which might be enough for your use case.