hrsakai commented on pull request #11216: URL: https://github.com/apache/pulsar/pull/11216#issuecomment-881075664
If not pull mode, cumulative acknowledge does not seem to work well for me. * If messages are produced by java client or other clients, ws proxy can't calculate msg backlog difference correctly from stats. * When requesting stats api after consumer.acknowledgeCumulative(msgId), broker still may be processing the ack request. * There are performance concerns with locks, admin api requests and synchronized methods. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
