Google Protobuf development guide notes the following — Protocol Buffers are not designed to handle large messages. As a general rule of thumb, if you are dealing in messages larger than a megabyte each, it may be time to consider an alternate strategy. This blog walks through implementation of one…