Hi Chris, Currently, we don’t have any documentation listing all the library implementations. I filed MESOS-5419 <https://issues.apache.org/jira/browse/MESOS-5419> to address this.
Since you guys code in Scala, you might want to have a look at Mesos RxJava: https://github.com/mesosphere/mesos-rxjava <https://github.com/mesosphere/mesos-rxjava> -anand > On May 19, 2016, at 1:40 PM, Chris Baker <[email protected]> wrote: > > 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] > <mailto:[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

