zavier / blogs-comments

博客评论
0 stars 0 forks source link

Thrift协议使用 | Coding随笔 #48

Open zavier opened 2 years ago

zavier commented 2 years ago

https://zhengw-tech.com/2021/12/19/thrift-v3/

之前写过两篇文章简单介绍过thrift的使用的其中的处理流程,大概能够了解到thrift其实就是将各种数据结构,通过调用TProtocol协议接口转换后将数据发送和接收的一个过程,所以这次我们主要看下TProtocol的一个实现–TBinaryProtocol