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/02 01:20:36 UTC

[GitHub] [pulsar] Sunny-Island commented on issue #11493: Get the number of references to the given pulsar client instance at a given point of time.

Sunny-Island commented on issue #11493:
URL: https://github.com/apache/pulsar/issues/11493#issuecomment-890642040


   I'll add method to `ClientImpl`:
   - getNumberOfProducer()
   - getNumberOfConsumer()
   - getNumberOfReader()
   These method will scan state of all kinds of Producer/Consumer/Reader (with lock) and return number of connected instance.


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