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

What is the appropriate way to change locale to return from messageSource the correct language . Google suggest: > By default, the API service should use the authenticated user’s locale...

question
feedback required

**The context** I wish to use a custom Annotation to tag gRPC service methods to enable custom authentication logic on them, specifically to use a specific `AccessPredicate` for that given...

question
documentation

**The context** there should only be at most once grpc request **The bug** I found the grpc server we received the same requests twice in less than 40ms. and both...

bug

网络环境要求grpc客户端需要通过正向代理服务器请求grpc服务端,是否可以使用nginx作为正向代理服务器,需要如何配置?

question

I have Spring boot app v.3.2.1 and GRPC server and client in one app. Initially, when I wrote the service, I only had a GRPC client. Everything worked well until...

question

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | `1.60.1` -> `1.62.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.grpc:grpc-bom/1.62.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/gradle-build-action](https://togithub.com/gradle/gradle-build-action) | action | major | `v2` -> `v3` | ---...

dependencies

Hi, i just add your library to my project, but having the below issue. Please help. My project: spring-boot-starter-parent -> 3.0.6 grpc-server-spring-boot-starter -> 3.0.0.RELEASE and my project have use spring...

bug

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. 2024-02-23T10:01:20.240+08:00 ERROR 39100 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description:...

bug

**The context** upgrade my app to spring boot 3.X **The bug** "grpc-spring-boot-starter" seems to not have a version compatible with spring boot 3.x as of now. And since their auto-configuration...

bug