Re: Understading Flink statefun deployment

2020-06-11 Thread slinkydeveloper
Hi Igal, thanks for your help. If I understood correctly, the flink deployments (not the functions) needs to use the same image right? Which means that the flink master and all workers still needs to use the same image which includes the module.yaml and the jar with embedded modules of the full

Re: Understading Flink statefun deployment

2020-06-09 Thread Igal Shilman
Hi Francesco, It is absolutely possible to deploy some functions as embedded and some as remote, and scale them independently, while technically being part of the same stateful function application instance (I think that what you meant by "sharing the same master"). One possible way to do it in

Fwd: Understading Flink statefun deployment

2020-06-09 Thread Francesco Guardiani
Hi everybody, I'm quite new to Flink and Flink Statefun and I'm trying to understand the deployment techniques on k8s. I wish to understand if it's feasible to deploy a statefun project separating the different functions on separate deployments (in order to have some functions as remote and some