Hi all, I'm currently in the process of developing a client/server by using thrift in java, and I have requirement to do the $subject. Here my server connects to a big data storage, and when client request for data, it should be should be streamed. I'm expecting to return an Iterator on the data to the client, and when the client do next() on the iterator, then the server should send the next data item.
How can I achieve my requirement? Does thrift support streaming? Thanks, Sinthuja.
