We are moving one of our frameworks to using the HTTP API. We code in Scala, and we had originally looked at using the Jesos because I had thought it was using the HTTP API, but apparently it is not. Neither is pesos (python). The only one that I've been able to find is mesos-go.
Is there a list of API wrappers available? Is it just mesos-go right now? On Wed, May 11, 2016 at 2:10 PM Vladimir Vivien <[email protected]> wrote: > Is anyone using the new Mesos HTTP Scheduler/Executor APIs to create > frameworks? If so: > - what language ? > - are you using an existing binding as API wrapper (whichh one) ? > - or using your own custom built API wrapper ? > - do you prefer old bindings vs newer http-based api ? > - any links discussing about your impl that can be shared ? > > Thanks for your help. > -- > Vladimir Vivien >

