Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When the PublishKafka(Record) processors encounter a failure, they route the FlowFiles to the 'failure' relationship. That's usually what we want. But in some cases, we want to be able to rollback on failure. This goes hand-in-hand with the recent feature that was added to allow static assignment of Kafka Partitions to NiFi nodes. That feature ensures that even in a NiFi cluster, we won't have data out-of-order (assuming proper configuration) by sending data from the same partition to multiple NiFi nodes.
Attachments
Issue Links
- is related to
-
NIFI-8412 Use proper log messages in PublishKafka(Record) processors in case of "Rollback on Failure"
- Resolved
- links to