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 2021/02/24 07:37:27 UTC

[GitHub] [pulsar] Huanli-Meng commented on a change in pull request #9681: [Doc]Update document to indicating effect of negative acking message for order sube type like exclusive, failover and key_shared.

Huanli-Meng commented on a change in pull request #9681:
URL: https://github.com/apache/pulsar/pull/9681#discussion_r581693741



##########
File path: site2/docs/concepts-messaging.md
##########
@@ -128,6 +128,8 @@ In the exclusive and failover subscription modes, consumers only negatively ackn
 
 In the shared and Key_Shared subscription modes, you can negatively acknowledge messages individually.
 
+Be aware that doing negative ack on ordered subscription type like Exclusive, Failover and Key_Share can cause failed messages arrive consumer out of original order.

Review comment:
       ```suggestion
   Be aware that negative acknowledgment on ordered subscription types, such as Exclusive, Failover, and Key_Share, can cause failed messages to arrive consumers out of the original order.
   ```




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