lorinlee commented on issue #1914: URL: https://github.com/apache/incubator-brpc/issues/1914#issuecomment-1234258708
业务需求是想做服务端限流吗,可以参考下这个文档 https://github.com/apache/incubator-brpc/blob/master/docs/cn/auto_concurrency_limiter.md,如果这个限流不能满足需求,可以参考这个限流的实现做自定义的策略开发,在ConcurrentLimiter里是可以做到统计qps信息的,而且可以比较及时地拒绝新请求。 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
