You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/22 07:24:33 UTC

[GitHub] [apisix] cscfamily001 opened a new issue #3099: apisix高可用的redis cluster分布式限流

cscfamily001 opened a new issue #3099:
URL: https://github.com/apache/apisix/issues/3099


   现有apisix插件限流功能都是针对route,现有插件还是自定义插件都没办法获取upstream中的主机ip,因为负载均衡阶段是否请求处理的最后一个阶段,处理请求的插件都在负载均衡之前,在负载均衡之后的阶段只有:处理返回头、返回body和日志。apisix现有插件除了limit-count之外的limit-req、limit-conn都不支持redis-cluster。


----------------------------------------------------------------
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.

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



[GitHub] [apisix] spacewander commented on issue #3099: apisix高可用的redis cluster分布式限流

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #3099:
URL: https://github.com/apache/apisix/issues/3099#issuecomment-749461188


   > 现有apisix插件限流功能都是针对route,现有插件还是自定义插件都没办法获取upstream中的主机ip
   
   Upstream level limitation is in service mesh scope. Currently we don't have plan to do it in the API gateway.
   
   > apisix现有插件除了limit-count之外的limit-req、limit-conn都不支持redis-cluster
   
   PR is welcome!


----------------------------------------------------------------
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.

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



[GitHub] [apisix] spacewander closed issue #3099: apisix redis cluster distributed limit rate

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #3099:
URL: https://github.com/apache/apisix/issues/3099


   


----------------------------------------------------------------
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.

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