In case I use state-full functions for processing the streaming data, like 

FlatMapGroupsWithStateFunction and a scaling event happens and a new node is added, how do I replicate my state in the new node? 
does Databrics have any built in solution for this?