Hi, We have few streaming flink jobs running for r...
# troubleshooting
a
Hi, We have few streaming flink jobs running for real-time reporting purposes, and we are thinking about setting up a different flink cluster for each flink job. Any thoughts on deploying those jobs in FlinkSessionJob vs FlinkDeployment?
g
FlinkDeployment (Application cluster) is generally better for prod app isolation
s
+1