Arnout Engelen

Results 692 comments of Arnout Engelen

> Akka-HTTP/Akka-gRPC also supports serving multiple services/routes from a single HTTP server:port if you maintain the REST/JSON and the gRPC descriptors manually (jup, this is documented at https://doc.akka.io/docs/akka-grpc/current/server/akka-http.html )

@fatemahasta this is still something we'd like in Akka gRPC, but since we have a solution similar to https://github.com/cloudstateio/cloudstate/blob/master/proxy/core/src/main/scala/io/cloudstate/proxy/HttpApi.scala in the places where we need it it's currently not very...

Not sure if difficult, removing it from the MVP for now (though we might want/have to do it anyway to support the lagom workflow, that's an unknown for me at...

I don't remember :hushed: ... @renatocaval what do you think, would it be common in Lagom to publish the .proto file in one artifact and generate the client in another,...

> Will continue to experiment a bit to see whether I manage to reach an acceptable setup Interesting, looking forward to what you'll find!

We should have split this issue into a gradle one and a maven one ;) > this is already implemented in protobuf plugin for Gradle. https://github.com/google/protobuf-gradle-plugin#protos-in-dependencies Nice. I guess it...

yes, the "Loading proto files from artifacts" section on that page seems like a good place

> Could you split this issue, so I'll provide a PR only for Gradle related part. Thanks! I'm afraid github doesn't allow 'neatly' splitting issues, but let's keep this issue...

This was updated in Akka 2.6.16 (https://github.com/akka/akka/pull/30375), and that might be a good reason to update the required Akka version in Akka gRPC. Would you be interested in preparing a...