grpcakkastream icon indicating copy to clipboard operation
grpcakkastream copied to clipboard

Use GRPC services with the Akka-stream API

Results 4 grpcakkastream issues
Sort by recently updated
recently updated
newest added

Marking this as a draft because i just remembered that the scala 2.10 build is broken (perhaps ScalaPB dropped support? I didn't look into it since I wasn't interested in...

See https://github.com/grpc/grpc-java/pull/3119 for an example of manual flow control of gRPC. It would be great to use it to implement backpressure instead of buffering. There are also some [existing wrappers](https://github.com/salesforce/reactive-grpc/tree/master/reactive-grpc-common/src/main/java/com/salesforce/reactivegrpccommon)...

tried the settings suggested in the guide, but the sbt did not resolve: `grpc.akkastreams.generators.GrpcAkkaStreamGenerator()` symbol did you face the same issue? which version of sbt should I use?

From @jroper: > By the way, one problem with the current interface that you're providing is that gRPC allows the server to send a status at the end of the...