MalcolmSanders created FLINK-11810: -------------------------------------- Summary: Implement etcd based CheckpointRecoveryFactory Key: FLINK-11810 URL: https://issues.apache.org/jira/browse/FLINK-11810 Project: Flink Issue Type: Sub-task Components: Runtime / Coordination Reporter: MalcolmSanders Assignee: MalcolmSanders
Implement CheckpointRecoveryFactory using jetcd. A CheckpointRecoveryFactory implementation consist of two components: CheckpointIDCounter and CompletedCheckpoint. CheckpointIDCounter will use jetcd sequencer API (FLINK-11808) while CompletedCheckpoint will use EtcdStateHandleStore (FLINK-11809). -- This message was sent by Atlassian JIRA (v7.6.3#76005)