smbecker opened a new issue, #206:
URL: https://github.com/apache/pulsar-dotpulsar/issues/206

   ### Is your feature request related to a problem? Please describe
   
   Given that `Receive` will block until a message is available or until a 
timeout occurs, it is pretty typical to want to check if a message is available 
before calling `Receive`. This is something already supported by the [Java 
API](https://pulsar.apache.org/api/client/3.1.x/org/apache/pulsar/client/api/Reader.html#hasMessageAvailableAsync()).
   
   ### Describe the solution you'd like and alternatives you've considered
   
   Provide an implementation of `HasMessageAvailable` that will determine if a 
message can be immediately received or not.


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

Reply via email to