[
https://issues.apache.org/jira/browse/NIFI-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15293754#comment-15293754
]
ASF GitHub Bot commented on NIFI-1829:
--------------------------------------
GitHub user jskora opened a pull request:
https://github.com/apache/nifi/pull/458
NIFI-1829 - Create new DebugFlow processor.
* Create DebugFlow processor for use in testing and troubleshooting the
processor framework.
* 0.x - commits as is.
* 1.x - in o.a.n.p.s.DebugFlow.java replace ProcessorLog references with
ComponentLog.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jskora/nifi NIFI-1829
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/458.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 #458
----
commit 3c7ac5b24a8d9ffd6188482fb50d89b43d6960d0
Author: Joe Skora <[email protected]>
Date: 2016-05-20T15:25:03Z
NIFI-1829 - Create new DebugFlow processor.
----
> Create FlowDebugger processor
> -----------------------------
>
> Key: NIFI-1829
> URL: https://issues.apache.org/jira/browse/NIFI-1829
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Joe Skora
> Assignee: Joe Skora
> Priority: Minor
> Fix For: 1.0.0, 0.7.0
>
>
> The FlowDebugger processor allows a variety of Processor responses and
> failures to be simulated for testing, debugging, and troubleshooting the
> framework.
> Responses it can produce on receipt of a flowfile include Transfer to
> Success, Transfer to Failure, Rollback without Penalty, Rollback and Yield,
> Rollback with Penalty, and Throw an Exception. The properties indicate how
> many times that response should be thrown, for example if configured with
> Success=10 and Failure=40, it will transfer the first 10 flowfiles to
> Success, transfer the next 40 to Failure, and then repeat.
> Similarly, responses it can produce when triggered without a flowfile include
> Throw an Exception, Yield, and Return (do nothing).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)