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
I want to isolate the executor(s) used by different GRPC endpoints.
The question
I understand how to use the GrpcService and GrpcServerConfigurer. Is it possible to have more than one GrpcServerConfigurer within a single application and designate which GrpcService uses which?