I'm trying to configure Flink 1.2.0 for an HA setup and there I have to set a parameter called state backend. I have set this parameter to rocksdb previously but then read the documentation which says for HA only filesystem is available. Is this true ? (only filesystem state backend is supported for HA setups and no rocksdb is available?) or is this referring to a different (zookeeper specific) state backend?
Thanks!