grpc-spring
grpc-spring copied to clipboard
Add ability to configure all NettyServer configuration params
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.
Sounds like a good suggestion. I'll check whether it is possible to do this somewhat generic.