How to stream large data from a RPC endpoint ? #445
Unanswered
artech-git
asked this question in
Q&A
Replies: 1 comment
-
Hey, sorry, I didn't see this post earlier (I haven't used GitHub discussions before). I am afraid streams are not supported by tarpc. I would suggest looking into an http2 server framework for streaming support. |
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
-
Let's say you have defined a service methods with the following methods
According to my research so far I didn't found any suitable way in which both the trait can be created ( serde::Serialize & futures::Stream) unless we plan to do it ourself( which is very tedious)
based upon that given context can someone please tell me how to overcome this challenge, do we even need to consider it or is there something Iam missing from the piece of the puzzle, especially the internal working?
Beta Was this translation helpful? Give feedback.
All reactions