playframework / play-meta

Team management & cross-repository effort tracking
Apache License 2.0
8 stars 8 forks source link

Align Akka gRPC examples #18

Open octonato opened 5 years ago

octonato commented 5 years ago

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.

ignasi35 commented 5 years ago

see