[
https://issues.apache.org/jira/browse/NIFI-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545580#comment-16545580
]
ASF GitHub Bot commented on NIFI-5430:
--------------------------------------
Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2894#discussion_r202777026
--- Diff:
nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/client/nifi/impl/JerseyFlowClient.java
---
@@ -217,4 +217,12 @@ public ActivateControllerServicesEntity
activateControllerServices(final Activat
ActivateControllerServicesEntity.class);
});
}
+
+ @Override
+ public ClusteSummaryEntity getClusterSummary() throws
NiFiClientException, IOException {
--- End diff --
Same import issue as above, also I assume the message should be "Error
retrieving cluster summary" or something like that
> NiFi CLI tool extension for cluster summary
> -------------------------------------------
>
> Key: NIFI-5430
> URL: https://issues.apache.org/jira/browse/NIFI-5430
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Tools and Build
> Reporter: Peter Wilcsinszky
> Priority: Minor
>
> Cluster summary is required in use cases like in a Kubernetes deployment to
> get information about cluster status periodically. As soon as a node reports
> itself to be part of the cluster it can be considered ready.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)