Hello everyone! I'm new to Apache Flink and I would like to get some opinions on how I should deploy my Flink jobs.
Let's say I want to do sentiment analysis for Slack workspaces. I have 10 companies each having 2 slack workspaces. How should I deploy Flink jobs if I'd like to efficiently utilize flink? 1 sentiment analysis Flink job per slack workspace. 1 sentiment analysis Flink job per company. 1 sentiment analysis Flink job for all workspaces. My intuition tells me that I should use 1 job per company, having a total of 10 jobs so they would be easy to manage and restart if a fault occurs. But I'd like to hear some other opinions. Thank you! -- Regards, Denis Nutiu