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
Do the samples currently demonstrate best practices around where .proto files should live?
The examples currently don't share a schema definition between the client and the implementing service. Why is that? Is this not something that we would expect to see in the api package, and then used by both the service making the client call and the service providing the handler?
The text was updated successfully, but these errors were encountered:
Actually, I don't think that's supported at the moment. I thought we had a specific inssue in either lagom/lagom or playframework/play-grpc` (which includes lagom support for grpc) but I could only find akka/akka-grpc#152 (and related issues).
Do the samples currently demonstrate best practices around where
.proto
files should live?The examples currently don't share a schema definition between the client and the implementing service. Why is that? Is this not something that we would expect to see in the
api
package, and then used by both the service making the client call and the service providing the handler?The text was updated successfully, but these errors were encountered: