Hi there,

I have a custom processor that I want to contain some shared data across
threads (this data is based on analysis of flow files, so constantly
changing). I can’t use a static variable though, because I use the same
processor more than once within my flow in different contexts. If there
isn’t a “proper” way to do this in the NiFi API, is there a way to
programmatically access the componentID (as shown in the UI) so I could use
that as a key to a Map containing the data?

Thanks,
Phil

Reply via email to