Re: Abstract Processor > Static final properties

2019-08-11 Thread Bryan Bende
Hello, The final static variables are usually the descriptors which are just the definition of the properties. The actual values of the properties are storied in a separate map per instance of the processor. -Bryan On Mon, Aug 12, 2019 at 12:03 AM Craig Knell wrote: > Hi Folks, > > I would lik

Abstract Processor > Static final properties

2019-08-11 Thread Craig Knell
Hi Folks, I would like some assistance to clarify maybe some basic java and using Nifi processors. My Use Case is to run multiple instances of a custom processor with different settings, aka just about all processors in nifi operate this way. As processor properties are declared STATIC, and henc

Re: Postgres table as Cached Lookup Service

2019-08-11 Thread Craig Knell
Thanks for the advice I’ll give your groovy script a go. Best regards Craig Knell Mobile 61 402128615 Skype craigknell > On 12 Aug 2019, at 00:21, Matt Burgess wrote: > > Sorry just getting back to this, I thought it was in 1.9 but Mike's > right, it's going into 1.10 [1]. If you're comfor

Re: Postgres table as Cached Lookup Service

2019-08-11 Thread Matt Burgess
Sorry just getting back to this, I thought it was in 1.9 but Mike's right, it's going into 1.10 [1]. If you're comfortable with a scripting language like Groovy or Jython, there are a couple of workarounds: - ExecuteGroovyScript gives you a "sql" object you can use to do your own lookups - Scripte

Re: Postgres table as Cached Lookup Service

2019-08-11 Thread Mike Thomsen
I think it's 1.10. I've seen what he's talking about. On Sat, Aug 10, 2019 at 2:30 PM Andrew Grande wrote: > Matt, the 1.9.2 docs don't list anything like that. Are you sure? Is it > something coming out in the next, unreleased version? A more than welcome > addition :) > > Silly me was searchin

Re: Question on MergeContent "Max bin age"

2019-08-11 Thread Jean-Sebastien Vachon
Hi, just found out that there is an attribute called "merge.count" giving the information I wanted. Not sure why I didn't see this in the first place... From: Jean-Sebastien Vachon Sent: Friday, August 9, 2019 1:23 PM To: users@nifi.apache.org Subject: Re: Quest