That's awesome! What kind of app is it and what ki...
# random
t
That's awesome! What kind of app is it and what kinds of workloads does it handle?
r
Mainly an API Gateway / Proxy to downstream services. The increase comes from having latency in the backend services and not being Thread bound anymore. For faster (reactive) backend services, my client for load testing seems to be the limit.
t
Very cool, thanks for sharing.
r
Sure, found it very interesting to have a side my side comparison. Maybe worth a “from blocking to non blocking” refactoring medium story or so