Luca Toscano

Results 39 comments of Luca Toscano

Definitely interested in working on this, I am packaging a new version of the exporter so I'd prefer to get stable metric names/types (if we change any of them) :)

Niceee!!! Didn't know about Docker support!

Quick question - have you tried https://httpd.apache.org/docs/current/mod/mod_proxy_http2.html ?

Is there any plan to make this happen? It seems to be a really nice improvement, but I am not sure if the actual complexity of mod_h2 makes this effort...

Thanks :) I am asking this since I'd be interested in working on it, even if the task seems really hard. A better understanding of mod_h2 and mpm-event would really...

So the trick used by mod_h2, IIUC, is that the connection is processed using nghttp2, and then each stream is assigned to a h2 worker that process it as it...

The abstractions should be, IIUC (at very high level): h2 session -> manages the connection with the client h2 stream -> manages each stream within the connection h2 task ->...

@kyue1005 Hi! Does the change above need a full restart of the istio-proxy on the target pods? (so like delete/respawn of the pod or similar)