Is the protocol between the executor and slave documented anywhere? I would like to write an executor using PyPy, but it has limited/finicky support for Python modules. Protobuf seems to work, but not Mesos itself.
If it was simple enough, I could just write the library support natively in Python. I thought I'd ask for general direction before diving into the source to reverse engineer the protocol. Thanks! -- Scott
