You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "shihaiyang-world (via GitHub)" <gi...@apache.org> on 2023/04/16 14:37:45 UTC

[GitHub] [apisix] shihaiyang-world commented on issue #9313: help request: In high concurrency scenarios, why does configuring "discovery_type: kubernetes" in upstream fail to meet performance expectations?

shihaiyang-world commented on issue #9313:
URL: https://github.com/apache/apisix/issues/9313#issuecomment-1510401945

   When using the least_conn load balancing algorithm, the result can reach up to `28W QPS`.
   so, the roundrobin load balancing algorithm of apisix is not suitable for ultra-high concurrency scenarios, and the least_conn load balancing algorithm should be used instead.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org