You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default grpc is starting a lot of grpc-default-executor thread. Even when I use GRpcServerBuilderConfigurer to override the default grpc executor with fixed thread executor, I see a lot of grpc-default-executor threads being created.
I am using 4.5.7 spring boot starter version with reactor grpc.
The text was updated successfully, but these errors were encountered:
By default grpc is starting a lot of grpc-default-executor thread. Even when I use GRpcServerBuilderConfigurer to override the default grpc executor with fixed thread executor, I see a lot of grpc-default-executor threads being created.
I am using 4.5.7 spring boot starter version with reactor grpc.
The text was updated successfully, but these errors were encountered: