Hi everybody, I am working with AWS spot instances and one thing that is giving me a hard time is to perform a clean (and quick) shutdown of Nifi in order to prevent data loss.
AWS will give you about two minutes to clean up everything before the machine is actually shutdown. Is there a way to stop/kill all processes running on the host without loosing anything? It is fine if all the flowfiles being processed are simply requeued. Would simply killing the processes achieve this? (I doubt so)... would it be better to fetch a list of running processors and terminate them using Nifi's API? All ideas and thoughts are welcome thanks
