GitHub user ijokarumawak opened a pull request:
https://github.com/apache/nifi/pull/563
NIFI-2078: External state management.
- Added ExternalStateManager to handle components' state managed
externally
- Added UI codes to display external state
- Added view/clear functionality to ConsumeKafka
- Added view/clear functionality to GetKafka
- Capture property value change, so that external state can be accessed
before onTrigger is called
TODO:
- Test with Kerberized Zookeeper and Kafka
- Fix Component State UI issues
- Fix Expression Language of ConsumeKafka properties
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijokarumawak/nifi nifi-2078
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/563.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 #563
----
commit bb630fae8ce98c89fbfb4122e57bcf7fe83ba35f
Author: Koji Kawamura <[email protected]>
Date: 2016-06-23T02:29:32Z
NIFI-2078: External state management.
- Added ExternalStateManager to handle components' state managed
externally
- Added UI codes to display external state
- Added view/clear functionality to ConsumeKafka
- Added view/clear functionality to GetKafka
- Capture property value change, so that external state can be accessed
before onTrigger is called
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---