You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the single global epoll in golang is causing contention at our scale(anywhere above 15k QPS on http calls per pod i.e. per App runtime) and with cloudwego netpoll library, I am hoping this limitation can be addressed.
Hence I am reaching out to see if y'all have plans to support http 1.1 and http 2 client anytime soon using this better version of netpoll.
Is it possible to get a flushed out http client for http1.1 and http2 using netpoll
The text was updated successfully, but these errors were encountered: