[
https://issues.apache.org/jira/browse/NIFI-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545579#comment-16545579
]
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_r202776797
--- Diff:
nifi-toolkit/nifi-toolkit-cli/src/main/java/org/apache/nifi/toolkit/cli/impl/client/nifi/FlowClient.java
---
@@ -97,4 +97,10 @@ VersionedFlowSnapshotMetadataSetEntity
getVersions(String registryId, String buc
*/
ActivateControllerServicesEntity
activateControllerServices(ActivateControllerServicesEntity
activateControllerServicesEntity) throws NiFiClientException, IOException;
+ /**
+ *
+ * @return cluster summary response
+ */
+ ClusteSummaryEntity getClusterSummary() throws NiFiClientException,
IOException;
--- End diff --
This was still showing as missing import for me
> 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)