Shoothzj opened a new issue #12479: URL: https://github.com/apache/pulsar/issues/12479
## Motivation Currently, I have an application that manages ten thousand of consumers, and a logic to schedule consumers's receive. It would be helpful to know if one of the consumers have message to recive. ## Goal To make `Consumer` can judge if there are unreceiving messages ## API Changes Add `hasMessageInReceiverQueue` on the `Consumer` interface. ## Implementation For `ZeroQueueConsumerImpl` return false, Others, judge the `receiveQueueSize` greater than zero. ## Reject Alternatives No alternatives yet. -- 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]
