[
https://issues.apache.org/jira/browse/NIFI-589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604823#comment-14604823
]
ASF GitHub Bot commented on NIFI-589:
-------------------------------------
Github user joewitt commented on the pull request:
https://github.com/apache/incubator-nifi/pull/51#issuecomment-116310453
> Good point. Maybe we can keep a thread-local cache of the sessions and
pass an accessor to the channel instead? Then we would be able to keep parallel
execution.
You'll want to find a mechanism other than thread local. There basically
zero guarantees on which thread you will get between 'onTrigger' calls. Now if
the processor takes a thread and doesn't return it to the controller you can
but that is pretty naughty.
> Add processors that can run Apache Flume sources/sinks
> ------------------------------------------------------
>
> Key: NIFI-589
> URL: https://issues.apache.org/jira/browse/NIFI-589
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Affects Versions: 0.1.0
> Reporter: Joey Echeverria
> Assignee: Joey Echeverria
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)