are there any benchmarks comparing ktor server eng...
# ktor
r
are there any benchmarks comparing ktor server engines for high traffic scenarios? I want to receive http1.1 traffic (possibly tls) with keepalive with ktor as the origin behind a CDN considering netty vs cio (this is on jvm)
a
What kind of high traffic scenarios are you thinking off?
r
Lets say at least 10k rps over short bursts (minutes)
10k-50k rps
right now, I have an nginx ingress… could possibly use http2 or grpc between nginx and ktor
nginx terminates tls since that integrates nicely with letsencrypt