【发布时间】:2021-02-06 01:22:06
【问题描述】:
我正在使用 Armeria grpc 客户端如下:
Clients.builder("gproto+http://....")
.decorator(RetryingClient.newDecorator(retryRule, maxAttempts, perAttemptTimeout))
这会在所有传出请求中强制执行此重试行为。
有没有办法为目标服务提供的每个grpc方法提供不同的重试参数?
【问题讨论】:
标签: armeria