On Mon, May 11, 2015, at 12:27 PM, Paul DeBruicker wrote: > If you've gotta have prorobuf then you've gotta have protobuf but there > is a > thrift implementation (https://thrift.apache.org/) and also a message > pack > implementation (https://code.google.com/p/stomp-serializer/) >
There are unfortunately a lot of protocols (including the one I mentioned used by RethinkDb) that are protobuf-based, so using one of those won't work too well. If interfacing with a third-party tool *weren't* necessary, I'd honestly probably just use Fuel, anyway. --Benjamin