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/08/08 10:00:34 UTC

[GitHub] [pulsar] MarvinCai commented on pull request #11216: [Websocket] Support cumulative acknowledge for Pulsar Websocket consumer.

MarvinCai commented on pull request #11216:
URL: https://github.com/apache/pulsar/pull/11216#issuecomment-894772910


   @hrsakai 
   you're right, I fail to take other clients into account, we can add the ability to calculate backlog from given MessageID so we can properly calculate permit. this should solve issue No.1 and No.2, 
   for issue No.3, with additional api mentioned above, we don't need to sync producer, and we can try serialize all acks by using a single produce-consume queue, then we should able to eliminate the need of synchronization.


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