Re: Persistence mechanism in Nifi

2018-01-18 Thread Andrew Grande
I don't think you need to do anything. If your target is down, the data is stored in the NiFi connection. You can raise the backpressure limits as long as you have enough disk space (I don't recommend disabling it). Andrew On Thu, Jan 18, 2018, 12:31 AM Vikram KR wrote: > Hi, >I have NiFi d

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 da