Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

provide an abstract transport interface #409

Open
kyessenov opened this issue Nov 4, 2019 · 1 comment
Open

provide an abstract transport interface #409

kyessenov opened this issue Nov 4, 2019 · 1 comment

Comments

@kyessenov
Copy link
Contributor

kyessenov commented Nov 4, 2019

Integration with Envoy WASM framework requires that we use a custom transport interface using Envoy's proxy network stack. We would like to build a WASM version of opencensus-cpp that uses a different transport interface than the included gRPC and curl. There are two main benefits:

  1. low-level WASM network system calls would be inefficient in this context (no pooling, advanced routing, etc)
  2. authentication plugins in Envoy

/cc @mandarjog

@g-easy
Copy link
Contributor

g-easy commented Nov 5, 2019

Related issue: open-telemetry/opentelemetry-cpp#6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants