Re: An independent server communicating between master and client

2017-06-21 Thread Wenzhao Zhang
Thanks, But I think Mesos right now uses Proto2, not Proto3. If I switch entirely to a REST server with ProtocalBuffer, I think this will be fully compatible with Mesos? Thanks Wenzhao On Wed, Jun 21, 2017 at 3:53 AM, James Peach wrote: > > > On Jun 20, 2017, at 11:23 AM,

Re: An independent server communicating between master and client

2017-06-21 Thread James Peach
> On Jun 20, 2017, at 11:23 AM, Wenzhao Zhang wrote: > > Hello, All: > > I'm working on an independent server, which should be able to talk to the > master via HTTP POST requests. > I setup a Jersey REST server. My initial plan is to use *JSON/XML* to map > Entities, as

An independent server communicating between master and client

2017-06-20 Thread Wenzhao Zhang
Hello, All: I'm working on an independent server, which should be able to talk to the master via HTTP POST requests. I setup a Jersey REST server. My initial plan is to use *JSON/XML* to map Entities, as this is widely used. However, I find some communication compatibility issues, 1. I