Is it possible to use different GrpcServerConfigurer
for different endpoints?
#1160
Labels
question
A question about this library or its usage
The context
I want to isolate the executor(s) used by different GRPC endpoints.
The question
I understand how to use the
GrpcService
andGrpcServerConfigurer
. Is it possible to have more than oneGrpcServerConfigurer
within a single application and designate whichGrpcService
uses which?The application's environment
Which versions do you use?
The text was updated successfully, but these errors were encountered: