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 2019/10/08 14:35:02 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #5293: [ISSUE #4675][docs] Add *Delayed Message Delivery*

Anonymitaet commented on a change in pull request #5293: [ISSUE #4675][docs] Add *Delayed Message Delivery* 
URL: https://github.com/apache/pulsar/pull/5293#discussion_r332543992
 
 

 ##########
 File path: site2/docs/concepts-messaging.md
 ##########
 @@ -411,4 +411,32 @@ Message deduplication makes Pulsar an ideal messaging system to be used in conju
 
 > More in-depth information can be found in [this post](https://streaml.io/blog/pulsar-effectively-once/) on the [Streamlio blog](https://streaml.io/blog)
 
+## Delayed Message Delivery
+Delayed Message Delivery enables you to consume new message later, instead of immediately as normal. In this mechanism, messages is stored in memory after publish to broker, after specific delayed time passed, the message will be delivered to consumer.  
 
+The diagram below illustrates concept:
+
+![Delayed Message Delivery](assets/message_delay.png)
+
+broker save message without any check. when consumer consume message, if message is delayed type, message will add to DelayedDeliveryTracker. subscription will check and get timeout messages from DelayedDeliveryTracker.
+
+### broker 
 
 Review comment:
   ```suggestion
   ### Broker 
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services