Kaynağa Gözat

Update to ReadMe File

Jean-Baptiste Blanc 4 yıl önce
ebeveyn
işleme
62a00a8183
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      flink/README.md

+ 3 - 3
flink/README.md

@@ -91,8 +91,8 @@ $ helm install --name my-flink riskfoucs/flink --set jobmanager.highAvailability
   https://ci.apache.org/projects/flink/flink-docs-stable/ops/config.html#high-availability-storagedir
 
 
+### Save points and Check points
 
+Flink's application checkpoint should be application managed as per  https://ci.apache.org/projects/flink/flink-docs-release-1.12/ops/state/checkpoints.html
 
-
-
---set jobmanager.highAvailability.storageDir=s3p://rf-flink-cluster-us-e-destination-s3/flink_state/recovery,state.checkpoints.dir=s3p://rf-flink-cluster-us-e-destination-s3/flink_state/checkpoints,state.savepoints.dir=s3p://rf-flink-cluster-us-e-destination-s3/flink_state/savepoints
+It is possible to take save points via the Flink Rest Api or using the flink command line.