Nandor Soma Abonyi created NIFI-9917:
----------------------------------------
Summary: Fix DELIVERY_BEST_EFFORT's tooltip in PublishKafka* and
PublishKafkaRecord*
Key: NIFI-9917
URL: https://issues.apache.org/jira/browse/NIFI-9917
Project: Apache NiFi
Issue Type: Improvement
Reporter: Nandor Soma Abonyi
Assignee: Nandor Soma Abonyi
The tooltip of `Best effort` is a bit misleading, because it's not clear what
successfully means in that context: "FlowFile will be routed to success after
successfully writing the content to a Kafka node, without waiting for a
response. This provides the best performance but may result in data loss." At
the end of the first sentence it mentions that "without waiting for a
response", but it doesn't catch the eye. Probably "the producer will not wait
for any acknowledgment from the server at all." from the Kafka guide is more
expedient: [https://kafka.apache.org/documentation/#producerconfigs_acks]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)