You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/04/20 14:26:00 UTC

[jira] [Commented] (NIFI-9917) Fix tooltip of "delivery guarantee/best effort" in PublishKafka* and PublishKafkaRecord*

    [ https://issues.apache.org/jira/browse/NIFI-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17525026#comment-17525026 ] 

ASF subversion and git services commented on NIFI-9917:
-------------------------------------------------------

Commit 9774bb90ca0eec78a8a2ba7d52aaa1d0097afda9 in nifi's branch refs/heads/main from Nandor Soma Abonyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=9774bb90ca ]

NIFI-9917 fix the tooltip of "delivery guarantee/best effort" to a more accurate one

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #5963.


> Fix tooltip of "delivery guarantee/best effort" 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
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
>  
> The tooltip of `Best effort` option of `Delivery Guarantee` property 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.7#820007)