twitter / finagle

A fault tolerant, protocol-agnostic RPC system
https://twitter.github.io/finagle
Apache License 2.0
8.78k stars 1.45k forks source link

Finagle-Thrift streaming documentation not found #899

Closed politrons closed 3 years ago

politrons commented 3 years ago

Hi all,

So sorry if this request is in the wrong place. I'm plating with the Finagle-thrift library and I manage to create a functional example using a thrift file where I define the contract for there RPC call. The part that I'm completely missing and I not able to find the in the whole internet, is an example of how can we use streaming with Finagle-Thrift.

Something similar as we use for HTTP in Finagle with withStreaming(enabled = true) and using the reader and writable

Somebody know a good code base or documentation that I might follow?

Regards

yufangong commented 3 years ago

Sorry for the delay, Finagle doesn't have Thrift streaming support as of now, could you please share your use case a bit more? Is the large payload that drives to enable streaming or any other case. Thanks!