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
It's not current possible to register services without global interceptors, though it would be very easy for the library to support it. Certain services, such as a custom HealthService, benefit from this option.
The solution
Support an applyGlobalInterceptors flag in the @GRpcService annotation which skips registering global interceptors for the annotated service.
The problem
It's not current possible to register services without global interceptors, though it would be very easy for the library to support it. Certain services, such as a custom HealthService, benefit from this option.
The solution
Support an applyGlobalInterceptors flag in the @GRpcService annotation which skips registering global interceptors for the annotated service.
Alternatives considered
N/A
Additional context
LogNet's grpc-spring-boot-starter supports this and might be a useful reference. https://github.com/LogNet/grpc-spring-boot-starter/blob/master/grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/GRpcService.java#L24
The text was updated successfully, but these errors were encountered: