Mark Payne created NIFI-1727:
--------------------------------

             Summary: Refactor NCM Node Response merging
                 Key: NIFI-1727
                 URL: https://issues.apache.org/jira/browse/NIFI-1727
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
            Reporter: Mark Payne
            Assignee: Mark Payne
             Fix For: 1.0.0


Currently, when the NCM federates a request to nodes in the cluster, those 
responses are merged using one massive 'mergeResponses' method, which delegates 
to many different 'mergeXYZ' methods. The logic is very repetitive and tedious 
to update and lives within the WebClusterManager.

We need to simplify the logic, since it is very repetitive and need to pull the 
logic out of WebClusterManager into a separate interface so that the code can 
be cleanly pulled from the NCM and merged into the cluster coordinator on the 
nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to