Re: Flink and Nomad ( from Hashicorp)

2021-03-11 Thread Vishal Santoshi
Makes total sense, Thanks, I'll check it out. On Wed, Mar 10, 2021 at 1:28 PM Till Rohrmann wrote: > Hi Vishal, > > There is no specific reason why Flink does not have a Nomad HA > implementation other than it has not been done yet. As long as Nomad > supports leader election, service recovery a

Re: Flink and Nomad ( from Hashicorp)

2021-03-10 Thread Till Rohrmann
Hi Vishal, There is no specific reason why Flink does not have a Nomad HA implementation other than it has not been done yet. As long as Nomad supports leader election, service recovery and persisting small data it should be possible to implement HighAvailabilityServices against it. The best point

Flink and Nomad ( from Hashicorp)

2021-03-09 Thread Vishal Santoshi
Is there any reason not to have Nomad HA on the lines of K8s HA ? I think it would depend on how puggable the HA core code is ? Any links to how ZK/K8s code specifically for HA would be highly appreciated