You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/07/21 10:07:45 UTC

[GitHub] [pulsar] lhotari commented on a diff in pull request #16465: [fix][doc] Add doc for `ackReceiptEnabled` config

lhotari commented on code in PR #16465:
URL: https://github.com/apache/pulsar/pull/16465#discussion_r926498106


##########
site2/docs/client-libraries-java.md:
##########
@@ -743,6 +743,7 @@ When you create a consumer, you can use the `loadConf` configuration. The follow
 `autoAckOldestChunkedMessageOnQueueFull`|boolean|Whether to automatically acknowledge pending chunked messages when the threashold of `maxPendingChunkedMessage` is reached. If set to `false`, these messages will be redelivered by their broker. |true
 `maxPendingChunkedMessage`|int| The maximum size of a queue holding pending chunked messages. When the threshold is reached, the consumer drops pending messages to optimize memory utilization.|10
 `expireTimeOfIncompleteChunkedMessageMillis`|long|The time interval to expire incomplete chunks if a consumer fails to receive all the chunks in the specified time period. The default value is 1 minute. | 60000
+`ackReceiptEnabled`|boolean| If `ackReceiptEnabled` is enabled, ACK will return receipt but does not mean that the message will not be resent after get receipt.

Review Comment:
   > We'll need to revisit this doc. It's not correct to say `The message is resent after getting the receipt.`.
   
   @coderzc @Anonymitaet Please follow up on @michaeljmarshall 's comment above. /cc @eolivelli 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org