You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Krish <kr...@gmail.com> on 2016/07/09 09:52:42 UTC

Mesos Frameworks in any language

I see from the mesos documentation here
<http://mesos.apache.org/documentation/latest/app-framework-development-guide/>
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 to communicate with frameworks, any protobuf-supported
language should be a good enough fit for this task.

Thanks.

Re: Mesos Frameworks in any language

Posted by Tomek Janiszewski <ja...@gmail.com>.
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/
http://mesos.apache.org/documentation/latest/executor-http-api/

sob., 9.07.2016, 11:52 użytkownik Krish <kr...@gmail.com> napisał:

> I see from the mesos documentation here
> <
> http://mesos.apache.org/documentation/latest/app-framework-development-guide/
> >
> 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 to communicate with frameworks, any protobuf-supported
> language should be a good enough fit for this task.
>
> Thanks.
>