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/06/15 09:22:19 UTC

[GitHub] [pulsar] nahguam commented on a diff in pull request #16057: [improve][docs] Improve examples and language

nahguam commented on code in PR #16057:
URL: https://github.com/apache/pulsar/pull/16057#discussion_r897747200


##########
site2/docs/concepts-messaging.md:
##########
@@ -263,14 +264,15 @@ The message redelivery behavior should be as follows.
 
 Redelivery count | Redelivery delay
 :--------------------|:-----------
-1 | 10 + 1 seconds

Review Comment:
   The 2nd set of examples are for the ack timeout redelviery delivery delay. It makes sense that the overall delay is timeout (10s) + backoff). But here the examples are for the negative ack redelivery delay which should just be the backoff time from the negative ack if I understand correctly. Hence why I've removed the `10 +`.



-- 
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