[
https://issues.apache.org/jira/browse/NIFI-4224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16147391#comment-16147391
]
ASF GitHub Bot commented on NIFI-4224:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2116
NIFI-4224: Reopened Variable Registry at a Process Group Level
NIFI-4224:
- Ensuring the parent permissions are used when building the variable
registry for a process group ancestry.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-4224
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2116.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2116
----
commit ad53a8c0471db0f6f75ae38f1f4356e5a4cec13b
Author: Matt Gilman <[email protected]>
Date: 2017-08-30T15:02:48Z
NIFI-4224:
- Ensuring the parent permissions are used when building the variable
registry for a process group ancestry.
----
> Add Variable Registry at Process Group level
> --------------------------------------------
>
> Key: NIFI-4224
> URL: https://issues.apache.org/jira/browse/NIFI-4224
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Matt Gilman
> Fix For: 1.4.0
>
>
> Currently, NiFi exposes a variable registry that is configurable by adding
> the name of a properties file to nifi.properties and then treating the
> referenced properties file as key/value pairs for the variable registry.
> This, however, is very limiting, as it provides a global scope for all
> variables, and it requires a restart of NiFi in order to pick up any updates
> to the file. We should expose a Process Group-level Variable Registry.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)