Re: Is it reasonable to use Flink in a local machine

2018-06-24 Thread zhangminglei
Hi, Soheil You can set up several taskmanager processes in one node. I think it is reasonable to use Flink like this if you do not have enough machines. Generate data we can think it is source operator and you can set the parallelism for this operator. Process to those data we can think, like

Is it reasonable to use Flink in a local machine

2018-06-24 Thread Soheil Pourbafrani
Hi, My purpose is to generate data in a process and process those data in another process, something like stream processing, but all done in just one node, not cluster! The rate of generating data is 12000 sample per second. I want the processing phase to done in parallel, So as Flink use node CP