RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Is there any Mesosphere framework in production build for v1 API as of yet?
For some important service like Spark, Kafka, Cassandra and such.

 

I would like to adopt Mesos in our company but I have never work with
streamed chunked HTTP API before so I don't know how imperative Java/Scala
code looks for it. If you have any example on hand I would be thankful.

 

Is RxJava, akka-streams and alike required to work with v1 API conveniently?
Is non-functional, imperative approach too cumbersome to handle?

 

While I have some experience with Observables the rest of my team has none
and it takes some time to switch the mindset. I have to evaluate for it.

 

Regards,

Petr

 

From: Petr Novak [mailto:oss.mli...@gmail.com] 
Sent: 13. listopadu 2016 11:26
To: user@mesos.apache.org
Subject: Implementation examples for framework using V1 APIs for Scala/Java

 

Hello,

Are there any examples/guides I can take a look?

 

Many thanks,

Petr



RE: Implementation examples for framework using V1 APIs for Scala/Java

2016-11-17 Thread Petr Novak
Hi,

It is like what I have in mind. But I’m contemplating if akka-streams is an 
overkill for a framework. I would like to see a comparison implementation 
with/without akka-streams/RxJava.

 

There is no source code on github for it, right?

 

Many thanks,

Petr

 

From: Tomek Janiszewski [mailto:jani...@gmail.com] 
Sent: 13. listopadu 2016 11:38
To: user@mesos.apache.org
Subject: Re: Implementation examples for framework using V1 APIs for Scala/Java

 

Hi

Here are slides from Dario Rexin "Writing a Mesos HTTP API Client" presentation 
http://schd.ws/hosted_files/mesosconeu2016/e6/mesoscon_eu_2016.pdf at MesosCon 
EU. Unfortunately event was not recorded.

—
Tomek 

 

niedz., 13.11.2016, 11:26 użytkownik Petr Novak <oss.mli...@gmail.com> napisał:

Hello,

Are there any examples/guides I can take a look?

 

Many thanks,

Petr



Implementation examples for framework using V1 APIs for Scala/Java

2016-11-13 Thread Petr Novak
Hello,

Are there any examples/guides I can take a look?

 

Many thanks,

Petr