[
https://issues.apache.org/jira/browse/NIFI-5430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16545515#comment-16545515
]
ASF GitHub Bot commented on NIFI-5430:
--------------------------------------
Github user pepov commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2894#discussion_r202762452
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ClusterSummaryEntity.java
---
@@ -24,7 +24,7 @@
* A serialized representation of this class can be placed in the entity
body of a request or response to or from the API. This particular entity holds
a reference to a ClusterSummaryDTO.
*/
@XmlRootElement(name = "clusterSummaryEntity")
-public class ClusteSummaryEntity extends Entity {
+public class ClusterSummaryEntity extends Entity {
--- End diff --
I wasn't sure about that, so I created in a separate commit, reverting.
> 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)