You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Akka gRPC docs have a protobuf definition with 4 methods: unary call, client stream, server stream and bi-directional.
The quickstart for Akka has only two methods and the Play and Lagom only one method. We should use the same protobuf definition all over the place, in both Java and Scala.
There are a few advantages for that:
users will read the docs and see the same example on the quickstart
The Akka gRPC docs have a protobuf definition with 4 methods: unary call, client stream, server stream and bi-directional.
The quickstart for Akka has only two methods and the Play and Lagom only one method. We should use the same protobuf definition all over the place, in both Java and Scala.
There are a few advantages for that:
Akka gRPC Hands-on has an extracted (and currently adapted) version of each quickstart.
The text was updated successfully, but these errors were encountered: