grpc-spring
grpc-spring copied to clipboard
Spring Boot starter module for gRPC framework.
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...
**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...
**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...
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...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
[](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` | ---...
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...
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:...
**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...