Thrift and grpc excel for building APIs where requests and responses parse as protobuf (/thrift) structured objects that fit in memory.
For transferring large blobs you shall rather use http, ftp, torrent, etc... On Tue, May 9, 2023, 7:43 PM Fabio Ronca <hicetnunc...@gmail.com> wrote: > Hi all > > 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? > > Best regards