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

Hi, I using this framework for grpc protocol support. Meanwhile, i face problem when execute task bootBuildImage for build native image. Buildpack is no problem. but graalvm steps have a...

Hi there. I have a couple high load services in my company on vanilla java + grpc. At the moment i want to migrate them to springboot. So when i...

spring-security-config have option `permitAll` - it tries to auth request if auth is provided, but if not - execution is still allowed spring-security-config does not use org.springframework.security.access.intercept.AbstractSecurityInterceptor in any way...

My GrpcService are created and wired with their dependencies inside Java Confifuration classes. They are not annotated with @GRpcService because we have a policy to not let service classes beeing...

There was an open issue in gRPC which caused the gRPC client thread to hang when retry is enabled. The issue has been discussed in StackOverflow and also in the...

Please update libraries grpc-netty-shaded, grpc-services, grpc-inprocess to the latest versions.

Hi there, I already had a similar question but now requirements a bit different.. What I need to achieve is the `hasRole(roleA, roleB)` functionality, meaning both roles must present in...