0 votes
in Cloud Computing by
What Is A Nifi Custom Properties Registry?

1 Answer

0 votes
by
You can use to load custom key, value pair you can use custom properties registry, which can be configure as (in nifi.properties file)

nifi.variable.registry.properties=/conf/nifi_registry

And you can put key value pairs in that file and you can use that properties in you NiFi processor using expression language e.g. ${OS} , if you have configured that property in registry file.
...