liudezhi2098 commented on a change in pull request #14498:
URL: https://github.com/apache/pulsar/pull/14498#discussion_r824341646
##########
File path: site2/docs/concepts-messaging.md
##########
@@ -280,6 +293,82 @@ message = consumer.receive();
consumer.acknowledge(message);
```
+### Retry letter topic
+
+Retry letter topic allows you to store the messages that failed to be consumed
and retry consuming them later. With this method, you can custom the interval
to retry the delivery of the messages, and subscribers automatically subscribe
to the retry letter topic and re-consume it. When the specified maximum number
of retries is reached, the unconsumed messages are moved to a [dead letter
topic](#dead-letter-topic) for manual processing.
Review comment:
thx @david-streamlio , fixed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]