I've installed Apache Flink cluster with Job Manger and 2 Task Manager machines on Debian. Documentation says that bin/start-cluster.sh should be run to start the cluster, which works just fine. However, what is the best way to start the cluster when server boots up?
I can think of 3 options: use supervisord, use init.d script, make it a service
Suggestions?