wangjialing218 commented on pull request #13204: URL: https://github.com/apache/pulsar/pull/13204#issuecomment-989681270
As previous design,`totalPendingBytes` is only used by broker to record the msg bytes received from pulsar producer, so broker could resume reading from producer when `totalPendingBytes` become lower than `resumeThresholdPendingBytes`. This PR will make `totalPendingBytes` shared with KoP, so this problem could happen. -- 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]
