Open
Description
The context
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?
The application's environment
Which versions do you use?
- Spring (boot):
- grpc-java:
- grpc-spring-boot-starter:
- java: Java 21, Kotlin