-
Notifications
You must be signed in to change notification settings - Fork 157
gRPC callouts support #14
Comments
Given that this is going to be a lot of work and the spec is unstable, work on this later |
👍 |
Hello just wondering if there has been any updates on this one? At work we use istio and are looking to make calls from our envoyfilter to a GRPC service that can answer auth questions. The most ideal would be to use GRPC for this. However if its a while off, perhaps the next best thing is http? My understanding is that GRPC would be more efficient because it maintains one active connection per host as opposed to http2 which will eventually retire connections. Thank you! |
This really depends on the upstream work in TinyGo: tinygo-org/tinygo#1879 stay tuned! |
@mathetake thanks for raising this as I have been looking for a viable option for using GRPC and GRPC web GRPC web with WASM in browsers I am curious if the IO between a wasm browser client and a wasm envoy proxy will work with GRPC Web . In theory it should since envoy is doing the adaption of GRPC web to GRPC and handing it on to the envoy wasm. Do you think this is viable and advantageous ? |
Hi @mathetake! Just like @gedw99, I'd like to be able to make gRPC calls (e.g., to update permissions in https://github.com/authzed/spicedb) from a custom envoy filter written using this SDK. (The envoy Would you suggest to wait for progress here? |
No description provided.
The text was updated successfully, but these errors were encountered: