grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.46k stars 762 forks source link

Question regarding ext proc / ExternalProcessor filter in envoy #1274

Closed newwuhan5 closed 2 weeks ago

newwuhan5 commented 1 year ago

[2022-09-07 08:18:23.843][2686664][warning][misc] [external/envoy/source/common/protobuf/message_validator_impl.cc:35] message 'envoy.extensions.filters.http.ext_proc.v3.ExternalProcessor' is contained in proto file 'envoy/extensions/filters/http/ext_proc/v3/ext_proc.proto' marked as work-in-progress. API features marked as work-in-progress are not considered stable, are not covered by the threat model, are not supported by the security team, and are subject to breaking changes. Do not use this feature without understanding each of the previous points.

When testing this filter, envoy gives this warning? Any one in the community has used this filter in the PRODUCTION?

Any issues or any suggestions? Any ideas are appreciated!