Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
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

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions