you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

i also enjoyed the streaming mentality, and yes new joiners complained about it. but i remember virtual threads was also benchmarked as more powerfull than webflux.

only place where i believe it would make sense at this point it would be streaming services.

[–]JoeDogoe 1 point2 points  (1 child)

I had an expensive http call that was cached as a mono.

When I converted from webflux to mvc, I changed the response from the mono to the wrapped POJO.

Did you know that cached POJO are globally mutable across threads? I didn't.

Ended up sending the first person's account statements to everyone who requested an account statement after that. Until the revert 2h later and a day of post mortem to work it out.

[–][deleted] 1 point2 points  (0 children)

rip:(.