You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2017/03/24 20:22:41 UTC

[jira] [Created] (NIFI-3649) Parallelize Consumption of Cluster Replication Responses

Mark Payne created NIFI-3649:
--------------------------------

             Summary: Parallelize Consumption of Cluster Replication Responses
                 Key: NIFI-3649
                 URL: https://issues.apache.org/jira/browse/NIFI-3649
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
            Reporter: Mark Payne
            Assignee: Mark Payne


Currently, when we replicate a REST API call to all nodes in the cluster, we wait until we get back a Response object for each node. We then go to the Response Mapper and merge those responses into 1 NodeResponse. This merging is done serially, and this is where we actually do the reading of the response. We need to instead do this merging in parallel.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)