Re: [E] After upgrade to 1.11.4, flowController fails to start due to invalid clusterCoordinator port 0

2021-02-14 Thread Pierre Villard
Thanks for following up and providing the explanation! Le sam. 13 févr. 2021 à 18:46, Pat White a écrit : > Hi Folks, found the reason for my issue, following up just FYI. > > My local state snapshot, on the updated 1.11.4 nodes, had bad values for > load balancer host and port, so the snapshot

Re: Detect duplicate record reader

2021-02-14 Thread Chris Sampson
NIFI-6047 [1] is possibly what you're after, but that won't help you just now because it appears to remain unfinished. [1] https://issues.apache.org/jira/browse/NIFI-6047 Cheers, Chris Sampson On Mon, 15 Feb 2021, 06:27 Jorge Machado, wrote: > Hey Jeremy, > > Something linke this >

Re: Detect duplicate record reader

2021-02-14 Thread Jorge Machado
Hey Jeremy, Something linke this https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.5.0/org.apache.nifi.processors.standard.DetectDuplicate/index.html

Detect duplicate record reader

2021-02-14 Thread Jeremy Pemberton-Pigott
Hi everyone, I'm wondering if there is a Detect Duplicate processor that can read records from a flow file and as output gives just the non-duplicates (can be single records or a group of non-duplicates would be better). I want to use a record reader to avoid splitting the json content into