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)