Wangchong Zhou

Results 195 comments of Wangchong Zhou

Use `--dump-all-plugins` instead of `--dump` if you are using embedded plugin server (i.e. not dedicated server).

@liverpool8056 yes, i didn't notice removed_fields is also present on CE, will fix.

I did a force push to port the backward compat tests from EE PR.

Also add `--//:wasmx=false` to the `bazel build` flags, as wasmx doens't have runtime support that arch yet.

You might need to register the `powerpc64le-unknown-linux-gnu` toolchain to https://github.com/Kong/atc-router/blob/main/build/deps.bzl#L20

@Vipul-Ajmera you might want to fork the repo to add ppc64le support. It's not a supported architecture by kong as of today. You can [use this](https://github.com/Kong/atc-router/commit/5699a267c4dc5b756e74cf90898ed16ae345292b) as an example.

@curiositycasualty I thought it was end of August, anyway we might need to work on this now. Could you split this PR into two parts though, one for adding 24.04...

we shouldn't bump the version of those dependencies, they should remain/align with the oldest distros we ship. they are not bundled in the binary package, but only to provide headers...

This is only for getting the .proto files so that it can be used by grpc plugins and tools. I would suggest to keep it unupgraded.