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 CPU cores to
distribute the task on them and do the process, I'm wondering is it
reasonable to use Flink in such a scenario for processing phase?

The node specification is 32GB RAM and 12 CPU cores.

Reply via email to