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-unsubscr...@pulsar.apache.org

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

Reply via email to