You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by rpmiskin <gi...@git.apache.org> on 2016/02/27 16:54:06 UTC

[GitHub] nifi pull request: NIFI-1573 Allow programmatic access to a Proces...

GitHub user rpmiskin opened a pull request:

    https://github.com/apache/nifi/pull/251

    NIFI-1573 Allow programmatic access to a Processor's name

    I've added a `getName()` method to `ProcessContext` which means that a `Processor` can access the name that was configured in the UI.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rpmiskin/nifi NIFI-1573

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/251.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 #251
    
----
commit 738236a41dc9f0f5f2c50dc425aa12948275aad6
Author: Richard Miskin <r....@gmail.com>
Date:   2016-02-27T15:18:22Z

    NIFI-1573 Allow programmatic access to a Processor's name

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi pull request: NIFI-1573 Allow programmatic access to a Proces...

Posted by olegz <gi...@git.apache.org>.
Github user olegz commented on the pull request:

    https://github.com/apache/nifi/pull/251#issuecomment-193884361
  
    While I can't see any valid reasons why would someone provide their own implementation of ProcessContext in some custom code, it is still a breaking change since it is on the strategy available through public module (nifi-api), so want to make sure we are aware. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi pull request: NIFI-1573 Allow programmatic access to a Proces...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi/pull/251


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---