grpc-spring icon indicating copy to clipboard operation
grpc-spring copied to clipboard

Add ability to configure all NettyServer configuration params

Open benitoddk opened this issue 5 years ago • 1 comments

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.

benitoddk avatar Nov 03 '20 08:11 benitoddk

Sounds like a good suggestion. I'll check whether it is possible to do this somewhat generic.

ST-DDT avatar Nov 03 '20 12:11 ST-DDT