High availability flink job

Posted by Vishwas Siravara on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/High-availability-flink-job-tp29984.html

Hi guys,
I have a flink job running in standalone mode with a parallelism of >1 , that produces data to a kafka sink. My topic is replicated with a replication factor of 2. Now suppose one of the kafka brokers goes down , then will my streaming job fail ? Is there a way where in I can continue processing until that broker node comes up, also the sink is partitioned by a key. 

Thanks,
Vishwas