Member since
10-08-2016
59
Posts
16
Kudos Received
0
Solutions
05-07-2018
03:41 PM
What would be the recommendation for a 40gbps NiFi cluster? And How would load balancing be handled with clustering? Would 1 IP be given for the cluster, lets say 1 HandleHTTP processor. and then the Network load will be distributed to the other nodes? Thank you!
... View more
Labels:
- Labels:
-
Apache NiFi
03-05-2018
08:35 PM
Hey @Matt Burgess just wondering if you had a chance to point me in the right direction. 🙂 I appreciate the help!
... View more
02-27-2018
08:33 PM
Yeah! the path is ./docProps/app.xml Its taking apart a docx/xlsx/pptx document and looking at the tag that tells the version of office it was created with. Any office document is really just a zip file. Hence what I'm trying to do 🙂 Thanks for your help!
... View more
02-26-2018
10:46 PM
@Matt Burgess I want to look at an xml doc inside the zip within a directory in the zip. And grab a value of a tag. The thing is I want the original flowfile to pass along with the tag value. Thanks Matt!
... View more
02-26-2018
10:19 PM
1 Kudo
I am creating some code to inspect a zip file with multiple sub folders and I want to look through the files in the zip and then pass the original content. I am trying to do this without writing the file to disk. Any ideas for how I could do this all in ram? or the nifi content repositories? I also used a guide to write the code in groovy and I was wondering how I could pass original content, in groovy? John
... View more
Labels:
- Labels:
-
Apache NiFi
02-05-2018
10:45 PM
@Matt Clarke Hey Matt, Thanks for the quick feedback! So I can just change the batch size on the listen tcp to a really large number and regaurdless of the actual number of new lines it will package back together a full flowfile? I really need to do TCP to TCP because there is a middle system I will have to send my stream through, that will inspect the stream and TCP is the only way to do so. Any other ideas? John
... View more
02-05-2018
03:29 PM
1 Kudo
I am unable to get TCP nifi to nifi to work. I have a put TCP processor that puts files to a port and host, but when the receiving host receives the TCP via listen TCP it receives a TON of small files that are not the original flowfile. Is listen TCP not putting the packets back together into a flowfile? or am I doing something wrong here? Attached are pics of my configs and setup. Thank you!
... View more
Labels:
- Labels:
-
Apache NiFi
09-05-2017
03:04 AM
2 Kudos
I have a few nifi boxes and they are load balanced using HAproxy. In our architecture we decided not to use NiFi Clustering. I have some data feeds that require In Order Delivery of files (xml). Since their data is load balanced across multiple servers, I cannot guarantee that the files will be delivered in the order that they were received. Any Ideas for how I could achieve this? Is there an attribute I could create? and a processor that maintains order? and waits for files of certain values to be in a queue before delivering them? Maybe a groovy script that could accomplish this (even an example of a groovy script that pays attention to attributes and multiple files would be helpful? John
... View more
Labels:
- Labels:
-
Apache NiFi