GitHub user mathiastiberghien opened a pull request:
https://github.com/apache/nifi/pull/1107
origin/NIFI-1526
This commit solves the issue 1526 adding DefaultSchedule and
DefaultSettings annotation to the nifi-api
This annotations are then use on Custom Processor classes and allows the
developer to configure the default
schedule (scheduling strategy, scheduling period, max concurrent tasks) and
settings (yield duration, penalty period, bulletin log level)
for the processor.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mathiastiberghien/nifi origin/NIFI-1526
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1107.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 #1107
----
commit df223a71afd34b75ca2d0e8cfaabc045de6c09dd
Author: Mathias Tiberghien <[email protected]>
Date: 2016-10-05T15:50:08Z
1 first commit for feature NIFI-1526
DefaultSchedule annotation should be use on Custom Processor to set the
default scheduling strategy, scheduling period or max number of concurrent task
for each instance of the processor
DefaultSettings annotation should be use on Custom Processor to set the
default penalty period, the yield duration or the bulletin log level for each
instance of the processor
----
---
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.
---