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
