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
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
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