grpc-spring
grpc-spring copied to clipboard
Spring Boot starter module for gRPC framework.
@yidongnan Could you release grpc-spring-boot-starter with grpcVersion = '1.45.1' please?
grpc.client.item.address=static://activate.navicat.com:9091 grpc.client.item.negotiationType=PLAINTEXT An error prompt:io.grpc.StatusRuntimeException: UNKNOWN This is my code: @GrpcClient("item") private ItemServiceGrpc.ItemServiceBlockingStub stub; stub.addItem(operateItemRes)
**The context** I want to make new feature about grpc channel, and it is : Grpc server can write meta data in eureka about whether negotiation type client should use...
**The context** What do you wish to achieve? **Leverage the `@Preauthorize` annotation with a custom method, with a Client-Side Streaming gRPC method.** **The question** What's the problem? What's not working?...
**The bug** After #548 spring context fails to start if `grpc-netty-shaded` is replaced with `grpc-netty`. You need to manually add `netty-transport-native-epoll` dependency to fix the issue. **Stacktrace and logs** ```...
nacos NameResolver can not analyze metadata.for example,i change the weight of serviceinstance on nacos consoleui,but needsToUpdateConnections compare host and port,never care the weight。 i suggest make md5 for instanceList,this is...
**The context** Run the local example as described on https://github.com/yidongnan/grpc-spring-boot-starter/tree/master/examples#local-mode **The bug** Both services start, but upon calling the webpage, the server throws an `java.lang.NoClassDefFoundError: net/devh/boot/grpc/examples/lib/HelloReply$Builder` **Stacktrace and logs** ```...
**The context** We would like to upgrade the dependency version of `net.devh:grpc-server-spring-boot-starter` in our Gradle build script for our microservice. **The bug** The application does not start if using version...
I am developing a grpc api with Spring boot and the grpc-spring boot lib. I need to be able to access the user id and other information in the bearer...
**The problem** For those who use [Sentry](https://sentry.io/welcome/) as an error tracking solution, it'd be great to have a pluggable component `grpc-sentry-support` with the support for plugging Sentry integration in and...