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 2022/07/11 02:34:37 UTC

[GitHub] [pulsar] Technoboy- opened a new pull request, #16517: [Branch-2.9][Cherry-pick] Fix get non-persistent topics issue in Namespaces.

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

   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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] Technoboy- merged pull request #16517: [Branch-2.9][Cherry-pick] Fix get non-persistent topics issue in Namespaces.

Posted by GitBox <gi...@apache.org>.
Technoboy- merged PR #16517:
URL: https://github.com/apache/pulsar/pull/16517


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