Technoboy- opened a new pull request, #16514:
URL: https://github.com/apache/pulsar/pull/16514

   Cherry-pick #16170 
   
   ### Motivation
   
   Currently,  we can use `admin.namespaces().getTopics` to get topics under a 
namespace. But it could only return the non-persistent topics owned by the 
current broker.
   Also, we can use `admin.toipics().getList` to get topics. It can return all 
non-persistent topics to users.
   
   I think it is reasonable that we should make the data return of these two 
interfaces consistent.
   
   ### Verifying this change
   
   - [x] Make sure that the change passes the CI checks.
   
   ### Documentation
   
   - [x] `doc-not-needed` 
   (Please explain why)
   


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