grpc-spring icon indicating copy to clipboard operation
grpc-spring copied to clipboard

Spring Boot starter module for gRPC framework.

Results 237 grpc-spring issues
Sort by recently updated
recently updated
newest added

希望有skywalking链路追踪的集成demo, 有计划去支持这个吗?

question

### The interceptor is initialized twice: #### Branch : master #### Source: local-grpc-client/local-grpc-server Let's take a look at the picture below: ![image](https://user-images.githubusercontent.com/24503935/110298266-60c0d300-802f-11eb-8c3a-b2f966f13c24.png) >This is what happened when I used the...

bug
feedback required

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...

question

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...

help wanted
documentation

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...

enhancement

**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...

enhancement

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.

help wanted
question

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...

examples

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...

enhancement