Currently I am using spring-cloud-dataflow-local server with postgres database. I am using spring-cloud-stream applications for importing data from different sources, transform the data and finally store data in the postgres database.
I have deployed and started spring-cloud-dataflow local server on ec2 instance using Rancher. Then I have created and deployed streams using spring-cloud-datashell. Everything seems to be fine, we were planning to use same approach for all other data import processes.
Due to some reason rancher has restarted dataflow server, and my deployed streams ended up in unknown state. I have to log into dataflow server dashboard to restore the state of the streams by redeploying the streams manually.
My questions are Why spring-cloud-dataflow-local server does not remember deployment status of my stream once dataflow server has restarted and why it does not automatically recover. And how to avoid this behaviour. Any suggestions would be appreciated.
Thanks for your help.