Mark Payne created NIFI-6983:
--------------------------------
Summary: PublishKafka* Processors not properly handling exceptions
when creating transactions
Key: NIFI-6983
URL: https://issues.apache.org/jira/browse/NIFI-6983
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Reporter: Mark Payne
Assignee: Mark Payne
When an Exception is thrown while publishing a message to Kafka, NiFi properly
poisons the client and creates a new one. However, if an Exception is thrown
while creating the transaction, the client does not get poisoned. As a result,
the client continues to be used and continues to fail until the processor is
restarted.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)