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

gRPC was already supported by Spring native on https://github.com/spring-projects-experimental/spring-native/tree/main/samples/grpc . Andy plan to add Spring Native support smoothly?

**The context** how to create access logs? **The question** There is no documentation around it also I did not find any straight forward answer on SO so opening a bug.

Hi I'm ST-DDT (Core Developer of yidongnan/grpc-spring-boot-starter). I noticed, that we both implement similar features for both of our libraries, so I would like to propose a collaboration on those...

Spring boot starters for HTTP-based services have a way of specifying protocol version like so: server.ssl.enabled-protocols=TLSv1.2 Would be nice to have a similar capability grpc.security.ssl.enabled-protocols=TLSv1.2

Hi, I'm trying to test my server written in Kotlin, but when I try to get the port where the server is running through the annotation it never injects it!...

Is it possible to add support for setting client authentication(`io.netty.handler.ssl.ClientAuth`) in server, possibly with [GrpcServerProperties](https://github.com/LogNet/grpc-spring-boot-starter/blob/master/grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/autoconfigure/GRpcServerProperties.java)? Now, as i understand the only possible solution is create own [GRpcServerBuilderConfigurer](https://github.com/LogNet/grpc-spring-boot-starter/blob/master/grpc-spring-boot-starter/src/main/java/org/lognet/springboot/grpc/GRpcServerBuilderConfigurer.java) and override defined...

I have a simple use case of where I want to expose a RxJava observable through a stream method. I have code like: `Observable myPojoSource = Observable.just(myPojo); myPojoSource.subscribe(myPojo -> {...

when client invoke service, often block, neither the service received the request, nor client throw Exception, just blocking? when restart the service application, this problem disappear, but after about one...

Environment ``` C:\Users\donhuvy>gradle -v ------------------------------------------------------------ Gradle 6.6.1 ------------------------------------------------------------ Build time: 2020-08-25 16:29:12 UTC Revision: f2d1fb54a951d8b11d25748e4711bec8d128d7e3 Kotlin: 1.3.72 Groovy: 2.5.12 Ant: Apache Ant(TM) version 1.10.8 compiled on May 10 2020 JVM:...

It would be nice, if grpc-web would be supported without the requirement of a gateway-proxy. Related to: - https://github.com/grpc/grpc-java/issues/4823 - https://github.com/grpc/grpc-java/issues/1621 - https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md I am unsure if this should be...