We're looking at DR scenarios for our Flink cluster. We already use Zookeeper for JM HA. We use a HDFS cluster that's replicated off-site, and our
high-availability.zookeeper.storageDir
property is configure to use HDFS.
Or is Flink smart enough that when we bring it back up in the DR location it will read from (the replicated) HDFS, register with the local ZK quorum, and continue without issue?