Using standalone single node without HA in production, crazy?

2016-07-01 Thread Ryan Crumley
Hi, I am evaluating flink for use in stateful streaming application. Some information about the intended use: - Will run in a mesos cluster and deployed via marathon in a docker container - Initial throughput ~ 100 messages per second (from kafka) - Will need to scale to 10x that soon after la

Re: Using standalone single node without HA in production, crazy?

2016-07-01 Thread Ryan Crumley
not in 1.1) but for now this would > be a decent approach. > > In Flink versions after 1.1 Flink will be able to scale parallelism up and > down while preserving all of the previously computed state. > > -Jamie > > > On Fri, Jul 1, 2016 at 6:41 AM, Ryan Crumley wrote: >

Re: Using standalone single node without HA in production, crazy?

2016-07-04 Thread Ryan Crumley
Thank you Jamie and Ufuk both for such helpful answers! I will continue to explore my options and eagerly await out of the box Mesos support. Ryan On Mon, Jul 4, 2016 at 5:05 AM Ufuk Celebi wrote: > On Fri, Jul 1, 2016 at 3:41 PM, Ryan Crumley wrote: > > Questions: > > 1. I