I searched on the Internet but did not find anything useful. First, I thought about using protocol buffers, but it does not provide a built-in function to track multiple messages (where one message ends and the second starts) or message self-limitation, but I read about this function in Thrift white paper and it seems to be good to me. Now I am thinking of using Thrift instead of protocol buffers.
I am working on a custom protocol because I do not need RPC, can someone tell me if I can use Thrift without RPC (like it in protocol buffers, just use the thread function) and some starting point as transactional documentation is a bit cumbersome.
Thank!
source
share