clojusc / meson

Clojure Client Library for the Mesos HTTP API
Apache License 2.0
9 stars 10 forks source link

Ditch protobufs for serialization; use JSON instead #50

Closed oubiwann closed 7 years ago

oubiwann commented 8 years ago

We're going to support only JSON for this library. However, we will provide the ability of using protobufs (and converting those to JSON) for those who want to using existing types from Mesomatic.

Tasks:

Part of epic #2

oubiwann commented 8 years ago

Yeah, we're going to do this. I'll update the description with task tickets.