eiennohito / grpc-akka-stream-subrepo

akka-stream server/client bindings for gRPC
Apache License 2.0
19 stars 3 forks source link

Grpc client streaming #7

Closed queimadus closed 7 years ago

queimadus commented 7 years ago

Adds support for MethodType.CLIENT_STREAMING.

Fixes #1.

queimadus commented 7 years ago

@eiennohito, PTAL and leave feedback when you have time :smile:

eiennohito commented 7 years ago

Could you please add tests for interop of JavaApi <-> AkkaStreamApi

queimadus commented 7 years ago

Interoperability test added in 1654224.