Biggest differences of Thrift vs Protocol Buffers?

前端 未结 15 1645
無奈伤痛
無奈伤痛 2020-11-30 15:59

What are the biggest pros and cons of Apache Thrift vs Google\'s Protocol Buffers?

15条回答
  •  失恋的感觉
    2020-11-30 16:33

    I think most of these points have missed the basic fact that Thrift is an RPC framework, which happens to have the ability to serialize data using a variety of methods (binary, XML, etc).

    Protocol Buffers are designed purely for serialization, it's not a framework like Thrift.

提交回复
热议问题