armeria icon indicating copy to clipboard operation
armeria copied to clipboard

Support for gRPC service config

Open ikhoon opened this issue 10 months ago • 1 comments

Currently, Armeria’s gRPC implementation does not fully support gRPC service config. To achieve full support, the following features need to be implemented first:

  • https://github.com/line/armeria/issues/5200
  • https://github.com/line/armeria/issues/5930

ikhoon avatar Feb 14 '25 07:02 ikhoon

gRPC service config also defines a throttling mechanism for retry and hedging: https://github.com/grpc/proposal/blob/master/A6-client-retries.md#throttling-retry-attempts-and-hedged-rpcs

  • Issue to track that feature: https://github.com/line/armeria/issues/6282

schiemon avatar Jun 16 '25 10:06 schiemon