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/03/10 19:25:43 UTC

[GitHub] [pulsar] david-streamlio commented on a change in pull request #14498: [DOC]optimization concepts-messaging retry letter topic

david-streamlio commented on a change in pull request #14498:
URL: https://github.com/apache/pulsar/pull/14498#discussion_r818159714



##########
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:
       Some minor grammatical errors:
   
   "The retry letter topic allows you to store the messages that failed to be consumed and retry consuming them later.  With this method, you can customize the interval at which the messages are redelivered. Consumers on the original topic are automatically subscribed to the retry letter topic as well. Once the maximum number of retries has been reached, the unconsumed messages are moved to a [dead letter topic](#dead-letter-topic) for manual processing."

##########
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:
       Please review the grammatical errors and update. Thanks!




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