Mark Payne created NIFI-2196:
--------------------------------
Summary: Allow the flow to be seen even if there is no ZooKeeper
quorum
Key: NIFI-2196
URL: https://issues.apache.org/jira/browse/NIFI-2196
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Reporter: Mark Payne
Fix For: 1.1.0
With 1.0.0, in order to view the flow, we have to replicate the request to get
the flow across the cluster so that we can verify permissions, etc. If unable
to connect to ZooKeeper (because of a network issue or a lack of ZK quorum), we
cannot show the UI.
We can improve this by showing the local version of the flow in these cases.
This won't show things like statistics, cluster info, etc. but can at least
show the structure of the flow, based on the permissions that the node
servicing the request believes are accurate.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)