Is it able to directly use socket() API in server while use thrift lib in client? As directly use the API include socket(), write(), etc, there is no Protocol here, directly write a struct. While in client, it use org.apache.thrift.protocol.TProtocol.readStructBegin, readString, readI64, etc...
Asked
Active
Viewed 24 times