In response to [this](https://github.com/kitex-contrib/xds/issues/28#issuecomment-2134903241):
>/close
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
Is your feature request related to a problem? Please describe.
Kitex 当前支持限流策略策略。Istio 的治理策略还不支持,envoy proxy 支持本地限流策略,可以通过 envoyfilter cr 进行 patch。
Describe the solution you'd like
使用 xDS 中的
token_bucket.max_tokens
对其 kitex 限流器中的MaxQPS
.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
参考文档: