envoy-filter-example icon indicating copy to clipboard operation
envoy-filter-example copied to clipboard

Example of consuming Envoy and adding a custom filter

Results 32 envoy-filter-example issues
Sort by recently updated
recently updated
newest added

Seems it doesn't like something about tcmalloc ``` Use --sandbox_debug to see verbose messages from the sandbox warning: unknown warning option '-Wno-implicit-int-float-conversion'; did you mean '-Wno-implicit-float-conversion'? [-Wunknown-warning-option] In file included...

Hi, I want to configure my extension using go-control-plane. for that I need golang file generated from my extension proto file. I tried running ./tools/api/generate_go_protobuf.py, it doesn't work. Any pointers...

The build has failed for a very long time https://app.circleci.com/pipelines/github/envoyproxy/envoy-filter-example?status=failed can someone help to take a look at how to fix the issue?

Hello, I am trying to build the http filter with envoy v1.16.0 . I tried using both **gcc** and **clang** but still no luck. ### GCC My specs are as...

1. Add an http server for testing http filter. 2. Add config.yaml for testing http filter. 3. Add readme for testing http filter instruction.

Use underscores for the http_filter_example to mollify python protobuf compiler. Signed-off-by: Yan Avlasov

Currently, when trying to build the `//:envoy` target as described in the README, the build fails immediately with: ``` INFO: Invocation ID: 70b43f0a-bebd-4eb0-ac07-3fcc68e499af ERROR: Failed to load Starlark extension '@io_bazel_rules_go_compat//:compat.bzl'....

I am trying to run envoy with the custom http filter present in **http-filter-example** folder. Repo : **https://github.com/envoyproxy/envoy-filter-example/tree/master/http-filter-example** Steps followed. 1. Cloned the repo 2. build using **git submodule update...