Persistence mechanism in Nifi

2018-01-17 Thread Vikram KR
Hi, I have NiFi data flow which reads from a source and writes to a Kafka target. I'm writing my custom processor for fetching from source and It is supposed to keep reading data and not apply any back pressure. What i want to do is that even If my target does down I want my source to read

Site 2 Site protocol

2017-10-05 Thread Vikram KR
Hi, I see that the Site-2-Site data transfer supports both RAW and Http protocols. Is it possible to extend this to support custom protocols? Regards, Vikram

MiniFi

2017-10-05 Thread Vikram KR
Hi, Is it possible to monitor and manage the MiniFi agents that connect to NiFi server from a the NiFi Server UI? Regards, Vikram

Re: Non Guaranteed Processing

2017-10-04 Thread Vikram KR
5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Oct 4, 2017, at 7:15 PM, Vikram KR <vkunni...@gmail.com> wrote: > > Hi, >Is it possible to have a dataflow with Non Guaranteed processing > semantics in Nifi/MiniFi? I am aware that Nifi provides Guaranteed > processing by

Non Guaranteed Processing

2017-10-04 Thread Vikram KR
Hi, Is it possible to have a dataflow with Non Guaranteed processing semantics in Nifi/MiniFi? I am aware that Nifi provides Guaranteed processing by storing the data in its Content Repository. I am wondering if there was any settings which will turn off the data persistence and keep data in

Re: Control and Command information between MiniFi and NiFi

2017-08-16 Thread Vikram KR
he/nifi-minifi/tree/master/minifi > -c2#configuration-providers > [2] https://github.com/apache/nifi-minifi/blob/master/ > minifi-integration-tests/src/test/resources/bootstrap.conf#L60 > [3] https://cwiki.apache.org/confluence/display/MINIFI/ > Product+requirements > > > On

Control and Command information between MiniFi and NiFi

2017-08-16 Thread Vikram KR
I have a NiFi instance on my cloud server machine and I have MinFi instance running on my gate way. I want to capture data from 2 different devices and perform some device specific logic for filtering data on the edge and then on the server side detect some events which should raise alerts. I