Arnout Engelen

Results 691 comments of Arnout Engelen

> The discussion is :#6893 Ah, good find ;) > So the currently `+` and `++` both can't select multiversions? I think extending `+` to allow filtering would make more...

> Now after compiling the project to generate proto sources, the files are split across two different packages I agree this is a problem and I think we should update...

When we pick this up we can also remove the ActorSystem parameter.

I think @richdougherty has been working on that, seeing if it is reasonable to use ssl-config here or we can make it convenient some other way.

Hmm, I'm not aware of a way to do this. You could perhaps achieve this from the client side via the `withChannelBuilderOverrides` escape hatch (https://github.com/akka/akka-grpc/blob/1c7e655ac9a495468cfdfe486f9270db0aac9515/runtime/src/main/scala/akka/grpc/GrpcClientSettings.scala#L236)?

Ah, sorry - I assumed such an option would be available, but I guess I was wrong...

> For example, with kubernetes cluster ip services this is a very easy way to have some kind of load balancing. > > Is there any way to replicate this...

An additional feature might be to detect name clashes and refer to FQCN's instead of imported classes only in that case. Makes you wish for a more 'semantic' code generation...

I don't speak for the project, but I'm a happy user as well and have been following it for a while. You are correct that the project currently isn't very...