grpc-ecosystem / grpc-spring

Spring Boot starter module for gRPC framework.
https://grpc-ecosystem.github.io/grpc-spring/
Apache License 2.0
3.52k stars 826 forks source link

怎么设置GrpcService线程池相关参数 #904

Closed yeeeee7 closed 1 year ago

yeeeee7 commented 1 year ago

The context

What do you wish to achieve?

The question

What's the problem? What's not working? What's missing and why do you need it?

Stacktraces and logs

Do you have any relevant stacktraces or logs of your attempts?

The application's environment

Which versions do you use?

Additional information

ST-DDT commented 1 year ago

Currently there are no auch options. You can configure them using a GrpcServerConfigurer bean. If you have an implementation of such a bean and would like to have build-in support for it. Please create a PR or at least an issue with the implementation for it.