You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Philip <ph...@list.199903.xyz> on 2020/04/21 01:24:28 UTC

transfer large data with thrift or gRPC?

I have the large size of request data to be submitted to remote server 
API. (something like machine learning's feature data).
Will I use thrift or gRPC (protobuf behind it) to implement it for 
better performance/security etc?

Thank you.