Member since
06-17-2017
7
Posts
1
Kudos Received
0
Solutions
03-20-2018
05:25 PM
I’d like to be able to have instances of NiFi running behind an AWS load balancer such that, if there is a surge of inbound requests (e.g., through AWS API Gateway), then AWS will auto-launch EC2 instances that fire up NiFi with my particular processor topology. I’m not asking for a step-by-step HOWTO guide, but could someone point me toward any literature / previous guides / etc. that might help me in this effort?
... View more
Labels:
- Labels:
-
Apache NiFi
07-27-2017
07:36 PM
1 Kudo
Having ... lastProcessorName and/or lastProcessorID success (boolean) ... attributes on a FlowFile would be fantastic. I have a use-case where being able to use an `InvokeHTTP` processor to "chirp" back the success/failure of each step in the processing pipe would be fantastic.
... View more