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 <[email protected]> wrote: > 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 hence I believe a > class variable , how is this managed in nifi with java, where there > are multiple Processor Instance of a single class? > > -- > Regards > > Craig > -- Sent from Gmail Mobile
