Is it possible to use Apache Thrift without RPC?
问题 I searched on the internet but couldn't find anything useful. First, I was thinking to use Protocol Buffers but it doesn't provide built in feature to track multiple messages (where one message finish and second starts) or message self delimiting, but I read about this feature in Thrift white paper and it seems good to me. Now I am thinking to use Thrift instead of Protocol Buffers. I am working on custom protocol for that I don't require RPC, could someone suggest if I can use Thrift without