rkhachatryan commented on a change in pull request #13797:
URL: https://github.com/apache/flink/pull/13797#discussion_r563700678
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/checkpoints/CheckpointConfigInfo.java
##########
@@ -79,6 +81,9 @@
@JsonProperty(FIELD_NAME_STATE_BACKEND)
private final String stateBackend;
+ @JsonProperty(FIELD_NAME_CHECKPOINT_STORAGE)
+ private final String checkpointStorage;
Review comment:
Hmm..you're right. I think it would be nice to show it but can be
implemented in a separate PR/ticket.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]