Caching gRPC response in external processing filter #5489
ymetelkin-ias
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to cache upstream gRPC response and return it with ImmediateResponse with external processing filter? HTTP response works just fine, gRPC returns status error with ImmediateResponse that uses same payload as regular response. Any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions