protocol buffers - Is it possible to use Apache Thrift without RPC? -


i searched on internet couldn't find useful. first, thinking use protocol buffers doesn't provide built in feature track multiple messages (where 1 message finish , second starts) or message self delimiting, read feature in thrift white paper , seems me. thinking use thrift instead of protocol buffers.

i working on custom protocol don't require rpc, suggest if can use thrift without rpc (as in protocol buffers, 1 use streams function) , starting point thrift documentation bit cumbersome.

thanks!

yes, possible. similar answer given here. apache thrift can used without rpc can use transport , protocol layers related libraries defined in documentation.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -