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:11:42 UTC

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

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

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


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

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


-- 
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] github-actions[bot] commented on pull request #16514: [Branch-2.10][Cherry-pick] Fix get non-persistent topics issue in Namespaces.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #16514:
URL: https://github.com/apache/pulsar/pull/16514#issuecomment-1179898632

   @Technoboy- Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


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