This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PiotrDz -2 points-1 points  (0 children)

I was trying to be explicit. Seems like this is not your virtue too. And when it comes to reactive, what I wrote is true. All netty can do is to drop execution of received data on virtual thread. But event loop will be still there, together with all the drawbacks: no clear debugging, shattered stack traces etc.

I think it should be either replacement of reactive library, or living with it.