Arnout Engelen

Results 691 comments of Arnout Engelen

I'd also be OK with not publishing it at all - but it looks like currently it's published at https://developer.lightbend.com/docs/api/akka-stream-contrib/current/ which seems like the wrong place.

> ping Rich Summerhayes (not pingable here for some reason?) Probably just not in the autocomplete yet? /cc @rasummer > Sound like a plan? :+1:

> we can resurrect waiting for thread part as some function that gets called. That sounds good, since it makes the behavior of `run` more similar to running your application...

> im still confused which github I need to use for issues etc The README at https://github.com/gustavo-iniguez-goya/opensnitch#readme points here. Perhaps we should 'archive' that one to make that more clear?...

> May be it will be reasonable to move server into daemon, so multiple ui instances will be able to connect to it I'm not sure about this: this would...

Indeed we don't currently include those by default. The `includeStdTypes` flag introduced in #1136 will include `google.protobuf` types, but not `google.api` ones. A quick solution would be to get the...

> I don't know if I should close or leave it open for tracking. Feel free to close if better for the team. I guess the first option is covered...

as discussed on slack: I split out the client-side changes from this PR, as I think the server-side changes are pretty much good to be merged. We can restore a...

> to create a gRPC client service with TLS support If you're OK with the JRE defaults, I think you shouldn't need any particular configuration to be able to perform...

Ah, so those are in the SSLEngine, not the SSLContext - indeed it'd make sense to make that possible somehow. For the akka-http backend, perhaps it'd make sense to allow...