Re: [Action Required] Stale Reviews

2016-07-09 Thread Joris Van Remoortere
I've discarded almost all reviews older than 3 months. Please do feel free to re-open them and work with a committer if you feel your review is still viable and want to continue making progress on it. I will be going through the remainder more carefully. Let's try to discard reviews when they

Re: Mesos Frameworks in any language

2016-07-09 Thread Tomek Janiszewski
This languages has bindings to native Mesos library that is used to communicate with Mesos. But since we have HTTP API there is no need to link with this lib. We should update doc and link app frameworks development page with: http://mesos.apache.org/documentation/latest/scheduler-http-api/

Mesos Frameworks in any language

2016-07-09 Thread Krish
I see from the mesos documentation here that only C++, C, Java, Scala and Python frameworks are supported. Can someone please explain why? My understanding of the situation was that since mesos uses messages/protobufs