sigikjohn-vargheese opened a new issue, #19970: URL: https://github.com/apache/pulsar/issues/19970
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version Pulsar version - 2.10.3 OS - Ubuntu Linux ### Minimal reproduce step I am using Pulsar admin client's Java version and creates only partitioned topics. I have created subscriptions also using Java admin api client. In order to get all the details of the topic, I am using PartitionedStats (getTopics().getPartitionedStats()). The subscription section in the response doesn't return "type". Subscription type is returned only for TopicStats (getTopics().getStats()). I would like to get all details using PartitionedStats instead of adding a call for TopicStats. ### What did you expect to see? Subscription type returned in getTopics().getPartitionedStats() call. ### What did you see instead? Subscription type is not returned in getTopics().getPartitionedStats() call. ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
