Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Also, the following needs to be added to ensure that Kafka failures do not affect NiFi operations
1) Add yield so when we don't have to ack anything or there is nothing to send we don't do onTrigger()
2) Appropriate hooks allowing Kafka processors to still exit whenever Kafka deadlocks