Replies: 1 comment
-
It seems like I found the answer in another discussion, don't how I missed it earlier |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to create an Idempotecny interceptor to cache responses given a specific header key to allow for safe retries. My problem is I don't know how to serialize the
connect.AnyResponse.Any()
object.Is it safe to always cast it as a
proto.Message
maybe and use something like protojson to serialize it to a string so it can be stored in the cache?Beta Was this translation helpful? Give feedback.
All reactions