GitHub user momo-jun added a comment to the discussion: [Doc] "negatively acknowledged cumulatively" ambiguous?
> Messages are negatively acknowledged individually or cumulatively, depending > on the consumption subscription type. > * In Exclusive and Failover subscription types, consumers only negatively > acknowledge the last message they receive. > * In Shared and Key_Shared subscription types, consumers can negatively > acknowledge messages individually. I don't see the ambiguity in this paragraph. It means the negative acknowledgment of messages can be performed either individually (in Shared and Key_Shared subscription types) or cumulatively (Exclusive and Failover subscription types). Did this answer your question? @startjava GitHub link: https://github.com/apache/pulsar/discussions/18771#discussioncomment-4324380 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
