We are setting up MirrorMaker 2.0 for Kafka. If I understand correctly, topic offsets are not equal in replicated cluster. This is not a problem for regular Kafka app as consumer groups get replicated too. Flink stores Kafka offsets internally in state - I assume after job restart with state, things can go awry. Is there a way to set up Flink so that we can recover from cluster failure on replicated Kafka cluster? I think we should migrate state somehow but have no experience doing that.