grpc-ecosystem / grpc-ecosystem/grpc-spring
Add ability to configure all NettyServer configuration params
Open
enhancement
- Dominant language
- Java
- Stars
- 3.7k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
Right now, there is only a partial list of configuration parameters fetched from configuration and used for building the server.
For example, I need to configure the MaxConnectionAge.
This configuration parameter along with others should be added to AbstractGrpcServerFactory.configure() and its inner methods.
Contributor guide
Assessment
This issue has not been assessed yet.