Juan Manuel Olle
Juan Manuel Olle
Do we need to expose? maybe instead of return -1 https://github.com/proxy-wasm/proxy-wasm-rust-sdk/blob/master/src/hostcalls.rs#L721 we can map http code to the closest grpc code
@PiotrSikora let us know what you think about this please
The first question I need to do is "what is the local cluster and how can be used to know the number of replicas?". The number of replicas is the...
/assign @suniltheta
@PiotrSikora any thought about the explanation and use cases I have described?
not sure adding a new method, many samples does not know in the wasm if the request comes from a grpc client. for example native ext_authz does not include a...
> guess the question is what problem are you trying to solve? When a grpc client try to connect to grpc server and a wasm filter is in the filter...
@PiotrSikora, Sorry I lost your last comment > That's an issue in Envoy integration, and not Rust SDK. Also, I don't believe it requires any API changes, since Envoy's host...
Is this a bug, or a misconfiguration?
My problem is that host is the client host and it is not rewrited. in route we have the possibility to set auto_host_rewrite = true. and the request to the...