Marton Szasz created MINIFICPP-1257:
---------------------------------------
Summary: PublishKafka should not leak messages on failed produce
Key: MINIFICPP-1257
URL: https://issues.apache.org/jira/browse/MINIFICPP-1257
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Marton Szasz
Assignee: Marton Szasz
On failure `rd_kafka_producev` doesn't call
PublishKafka::messageDeliveryCallback, which takes ownership of the messages,
leaking the whole batch if any of the deliveries fail.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)