[
https://issues.apache.org/jira/browse/NIFI-8412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17320208#comment-17320208
]
ASF subversion and git services commented on NIFI-8412:
-------------------------------------------------------
Commit 7d5903c3233c50f6a8f237c528689958f497092b in nifi's branch
refs/heads/main from Mohammed Nadeem
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7d5903c ]
NIFI-8412: This closes #4993. Use proper log messages in PublishKafka(Record)
processors
incase of 'Rollback on Failure'
Signed-off-by: Joe Witt <[email protected]>
> Use proper log messages in PublishKafka(Record) processors in case of
> "Rollback on Failure"
> -------------------------------------------------------------------------------------------
>
> Key: NIFI-8412
> URL: https://issues.apache.org/jira/browse/NIFI-8412
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Peter Turcsanyi
> Assignee: Nadeem
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The following log message is not correct any more if the failure strategy is
> Rollback (NIFI-8404):
> {code:java}
> getLogger().info("Failed to send FlowFile to kafka; transferring to failure");
> failureStrategy.routeFlowFiles(session, flowFiles);
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)