Re: Are you using New HTTP API Yet ?

2016-05-20 Thread Chris Baker
Thanks, Anand, for the pointer to mesos-rxjava. On Thu, May 19, 2016, 19:59 Anand Mazumdar wrote: > Hi Chris, > > Currently, we don’t have any documentation listing all the library > implementations. I filed MESOS-5419 > to

Re: Are you using New HTTP API Yet ?

2016-05-19 Thread Anand Mazumdar
Hi Chris, Currently, we don’t have any documentation listing all the library implementations. I filed MESOS-5419 to address this. Since you guys code in Scala, you might want to have a look at Mesos RxJava:

Re: Are you using New HTTP API Yet ?

2016-05-19 Thread Chris Baker
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

Are you using New HTTP API Yet ?

2016-05-11 Thread Vladimir Vivien
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