[
https://issues.apache.org/jira/browse/NIFI-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15148088#comment-15148088
]
Puspendu Banerjee commented on NIFI-924:
----------------------------------------
Joe,
Collected some more information to put together:
Camel Threading Model: http://camel.apache.org/threading-model.html
About Memory Usage: Here we are passing the reference of FlowFile to camel, so
more or less it resembles the same Claim-Check EIP, thus memory footprint will
be pretty low.Even, I would like to mention that internal caches in Camel uses
a soft reference cache which ensures the JVM can claim the memory if its
running low on memory.
About Reliability: It solely depends on the type of endpoints those are being
put in the route. Again, camel supports guaranteed delivery. ref:
http://camel.apache.org/guaranteed-delivery.html
Please let me know, if something is missing.
Thanks,
Puspendu
> Add Camel support in NiFi
> -------------------------
>
> Key: NIFI-924
> URL: https://issues.apache.org/jira/browse/NIFI-924
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Jean-Baptiste Onofré
>
> I'm working on a NiFi Route able to leverage a Camel route (runtime routing),
> and another one being able to bootstrap a Camel route starting from Camel
> DSLs.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)