grpc-spring
grpc-spring copied to clipboard
Spring Boot starter module for gRPC framework.
### The interceptor is initialized twice: #### Branch : master #### Source: local-grpc-client/local-grpc-server Let's take a look at the picture below:  >This is what happened when I used the...
Hello everyone I would like to get the connection status of the grpc client, is it possible? Example: - grpc client is online - grpc server starts after 5 minutes...
It's not at all clear from the documentation what is traced in the presence of Spring Cloud Sleuth. Are tracing headers added to all client-server calls? How's that helpful if...
As one key feature of Optimizations, i am trying to looking forward the pooling setting for each channels(static(s), discoveries also) from this framework. and seems it‘s un-support yet. may i...
**The problem** Monitor the health of a gRPC server app. **The solution** Provide a gRPC server `HealthEndpoint`. My blog post on this matter may be useful. https://blog.asarkar.com/technical/grpc-kubernetes-spring/ **Alternatives considered** Implement...
Hi, Spring has adopted reactor for the reactive support. Do you have plans to support reactive-grpc ? https://github.com/salesforce/reactive-grpc/tree/master/reactor Thanks.
How would you configure the starter to work with OAuth2 JWTs using shared signing keys in a reactive gRPC service? We see [this example](https://github.com/yidongnan/grpc-spring-boot-starter/blob/master/examples/security-grpc-bearerAuth-server/src/main/java/net/devh/boot/grpc/examples/security/server/SecurityConfiguration.java), but it's non-reactive, uses OpenId and...
it would be great to support grpc-web with an in-process proxy instead of using a real proxy in between the frontend and the backend to translate grpc-web->proxy->grpc-server. direct communication support...