envoyproxy
Here are 118 public repositories matching this topic...
-
Updated
Feb 5, 2021 - Makefile
-
Updated
May 28, 2022 - TypeScript
-
Updated
Jun 2, 2022 - Go
I am doing unit tests for my filter with DispatchHttp, something like this:
_, err = proxywasm.DispatchHttpCall(ctx.clusterName, headers, body, nil, ctx.timeout, ctx.callback)
if err != nil {
proxywasm.LogCriticalf("big error: %v", err)
proxywasm.ResumeHttpRequest()
return types.ActionContinue
}
I don't know of a way to mock the DispatchHttpCall method in order to re
-
Updated
Oct 20, 2021
This part of the makefile could be changed to not write an intermediate file, instead temporarily setting variables like GOARCH and NFPM_VERSION
See https://github.com/goreleaser/nfpm/blob/main/www/docs/configuration.md
build/func-e_linux_%/nfpm.yaml: packaging/nfpm/nfpm.yaml build/func-e_linux_%/func-e
@mkdir -p $(@D)
@sed -e 's/amd64/$(*)/g' -e 's/v0.0.1/$(nfpm_version)/g' $< >
Runnable examples
This is more a discussion than an issue. Would it be valuable to move every example into it's own folder and include a matching envoy config + docker compose config? This should allow developers exploring the proxy-wasm SDK to run the example easily.
If this is considered valuable, I can contribute the changes.
-
Updated
Jun 2, 2022 - Go
-
Updated
May 31, 2022 - Go
-
Updated
May 22, 2022 - SCSS
-
Updated
May 30, 2022 - Go
-
Updated
Feb 29, 2020 - Go
This is an optimization to reduce the time it takes to build/deploy YAStack.
Compilation of YAStack can be optimized by pre-compiling source code that does not depend on DPDK. This can help build the image faster since now only DPDK and dependent code will have to be compiled.
-
Updated
Mar 19, 2021 - JavaScript
-
Updated
Jun 2, 2021 - Go
-
Updated
Jun 1, 2022 - Vue
-
Updated
Jun 1, 2022 - C++
-
Updated
May 22, 2022 - C++
-
Updated
Mar 1, 2022 - Rust
-
Updated
Oct 27, 2021 - Go
-
Updated
May 16, 2022 - Go
-
Updated
Oct 16, 2021
-
Updated
Oct 16, 2018 - C++
-
Updated
Jun 1, 2022 - Go
-
Updated
Oct 18, 2020 - Rust
Improve this page
Add a description, image, and links to the envoyproxy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the envoyproxy topic, visit your repo's landing page and select "manage topics."
Description
This ws used to return a map of DP versions --> Envoy versions. We now have a more systematic and logical way to do this and we can remove this service altogether.