tisonkun commented on issue #19970:
URL: https://github.com/apache/pulsar/issues/19970#issuecomment-1493942977

   Hi @sigikjohn-vargheese! The interface `PartitionedTopicStats` which is 
returned by `getPartitionedStats` is `extends TopicStats` which is returned by 
`getStats`.
   
   So any field you can get by the returned value of `getStats` should be able 
to fetch via the return value of `getPartitionedStats`.
   
   If it doesn't satisfy your use case, please provide a reproduce minimal repo 
or at least a code snippet so that I can understand your usage clearly.


-- 
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-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to