Re: partial savepoints/combining savepoints

2016-08-17 Thread Till Rohrmann
ing jobs can affect each other because they are running in the same process. So for example, this can have security implications. > > > Thanks a lot again, > > Claudia > > > > > > *Von:* Till Rohrmann [mailto:trohrm...@apache.org] > *Gesendet:* Dienstag, 2. August

AW: partial savepoints/combining savepoints

2016-08-17 Thread Claudia Wegmann
wouldn’t need to manage more than one cluster setup but could only run one job at a time? Thanks a lot again, Claudia Von: Till Rohrmann [mailto:trohrm...@apache.org] Gesendet: Dienstag, 2. August 2016 16:27 An: user@flink.apache.org Betreff: Re: partial savepoints/combining savepoints Hi Claudia, 1

Re: partial savepoints/combining savepoints

2016-08-02 Thread Till Rohrmann
> this service and deploy itself as the Flink job with a dedicated entry > point. Is this a good idea? Or is it even possible? > > > > Thanks in advance, > > Claudia > > > > *Von:* Till Rohrmann [mailto:trohrm...@apache.org] > *Gesendet:* Montag, 1. Augus

AW: partial savepoints/combining savepoints

2016-08-01 Thread Claudia Wegmann
dedicated entry point. Is this a good idea? Or is it even possible? Thanks in advance, Claudia Von: Till Rohrmann [mailto:trohrm...@apache.org] Gesendet: Montag, 1. August 2016 16:21 An: user@flink.apache.org Betreff: Re: partial savepoints/combining savepoints Hi Claudia, unfortunately neither

Re: partial savepoints/combining savepoints

2016-08-01 Thread Till Rohrmann
Hi Claudia, unfortunately neither taking partial savepoints nor combining multiple savepoints into one savepoint is currently supported by Flink. However, we're currently working on dynamic scaling which will allow to adjust the parallelism of your Flink job. This helps you to scale in/out depend

partial savepoints/combining savepoints

2016-08-01 Thread Claudia Wegmann
Hey everyone, I've got some questions regarding savepoints in Flink. I have the following situation: There is a microservice that reads data from Kafka topics, creates Flink streams from this data and does different computations/pattern matching workloads. If the overall workload for this serv