Thanks a bunch, your a life saver, maybe I need more coffee today xD didn’t even see that!
😊 1
One more! I see netty is not mentioned as a supported client, but I also saw that it had some issues on benchmarks, should I switch to Jetty or apache for client and backend?
d
dave
05/29/2019, 7:06 AM
The Netty backend seems to have some issues which we've never managed to reproduce (there's an open issue on it), compounded by the fact that we've never used it in prod to find out. My preferred stack is undertow for the backend (which is Netty under the covers) and OkHttp for the client, but tbh it really comes down to what you're most happy configuring and working with. If you need websockets then Jetty for the backend is your only choice currently.