RocMarshal commented on code in PR #2268:
URL:
https://github.com/apache/incubator-streampark/pull/2268#discussion_r1103476248
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/metrics/flink/CheckPoints.java:
##########
@@ -82,5 +96,20 @@ public String getPath() {
@Data
public static class Latest implements Serializable {
private CheckPoint completed;
+ private CheckPoint savepoint;
+
+ @JsonIgnore
+ public List<CheckPoint> getLatestChkSavepointByIdOrder() {
Review Comment:
Okay~.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]