-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Closed
Copy link
Labels
good first issueGood for newcomersGood for newcomershelp wantedtype/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug
Description
Search before asking
- I searched in the 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedtype/bugThe PR fixed a bug or issue reported a bugThe PR fixed a bug or issue reported a bug