armeria
armeria copied to clipboard
Support for gRPC service config
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
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