We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
We can leverage the https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/grpc_json_transcoder_filter#config-http-filters-grpc-json-transcoder filter to do it.
Let's add it as a plugin under https://github.com/mosn/htnn/tree/main/controller/plugins. The test needs to be added under https://github.com/mosn/htnn/tree/main/controller/internal/translation/testdata/plugins. (Maybe we can move the tests to https://github.com/mosn/htnn/tree/main/controller/plugins in a new PR?)
Don't forget to add e2e test under https://github.com/mosn/htnn/tree/main/e2e/tests. We can setup a GPRC backend using the image from gateway-api repo.
Feel free to submit the doc in a separate PR if this PR is too big.
The text was updated successfully, but these errors were encountered:
plz assign this issue to me
Sorry, something went wrong.
hanxiantao
Successfully merging a pull request may close this issue.
Description
No response
Use Scenes
We can leverage the https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/grpc_json_transcoder_filter#config-http-filters-grpc-json-transcoder filter to do it.
Let's add it as a plugin under https://github.com/mosn/htnn/tree/main/controller/plugins.
The test needs to be added under https://github.com/mosn/htnn/tree/main/controller/internal/translation/testdata/plugins. (Maybe we can move the tests to https://github.com/mosn/htnn/tree/main/controller/plugins in a new PR?)
Don't forget to add e2e test under https://github.com/mosn/htnn/tree/main/e2e/tests.
We can setup a GPRC backend using the image from gateway-api repo.
Feel free to submit the doc in a separate PR if this PR is too big.
Advice
No response
The text was updated successfully, but these errors were encountered: