Arnout Engelen

Results 692 comments of Arnout Engelen

> I have same issue with akka-grp-server... Is there any progress? The status is still that you can fix it by setting `fork := true` and that it'd be nice...

> do you have any tips on how to fix this? It would need some digging - I think we have some retry logic in Akka gRPC, and there is...

Hi @rockywarren-vertex! thanks for expressing your interest in this feature, that is useful to prioritize it. We're currently working towards 1.0.0 (#827) and we're not planning to work on this...

Is this with the Java or Scala code generation? I'm wondering if this is an Akka gRPC issue or just a limitation of protobuf in general.

(I did some additional manual testing, #1585, and it works for me as well. Let's keep this issue open to improve that test coverage, though ;) - anyone who would...

I agree it would be good to allow different generators to exist side-by-side - after all in the end the Akka gRPC sbt plugin mainly provides a convenient way to...

This is indeed an area where the interoperability between Akka gRPC and plain Akka HTTP still can use more work. In this particular case, you could probably solve your direct...

> I guess the functionality I was looking for was to have the Service itself be authenticated, whereas the reflection isn't Aah, gotcha! For now you could probably get away...

The feature has been merged, but we'd stll like to add a code example to the docs - perhaps let's leave the issue open for that?