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

Spring Boot starter module for gRPC framework.

Results 58 grpc-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

I am using custom implementation for authentication as mentioned in your document. Using authsceheme selector and provider , I don't want to authenticate for every request instead i want to...

When I used max-inboard-message-size on the grpc server, it appeared. Stream closed before write could take place, it doesn't seem to be related, please help me! [grpc-default-worker-ELG-3-1] WARN [] i.g.netty.shaded.io.grpc.netty.NettyServerHandler...

Since spring cloud sleuth doesn't work with Spring Boot 3.X, and the core of this project was moved to [Micrometer Tracing](https://github.com/micrometer-metrics/tracing) which hasn't support natively for gRPC tracing, ¿is there...

enhancement

In our internal company library, we are using file `resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports` to declare Configurations which should be active for applications using it - similar to many other Spring Boot libraries. In...

After registering grpc-xx services to Consul, how to support mTLS between services call?

Can anyone show me, please , how to configure gRPC in Spring Boot version 3. I have already done it, but the gRPC server of my project is not starting,...

Can provide springboot 3.0 native demo

Seems that in services which are open, `BearerTokenAuthenticationToken` flows through to the service, in the security context. The right behaviour would be to convert any present `BearerTokenAuthenticationToken` to `JwtAuthenticationToken`. Compare...

Using the LocalRunningGrpcPort annotation in test code works, the port is injected. When using the annotation in main code, the injection does not work, null is returned. The annotation worked...