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/06/24 01:55:03 UTC

[GitHub] [pulsar] Technoboy- commented on a diff in pull request #16170: [fix][admin] Fix get non-persistent topics issue in Namespaces.

Technoboy- commented on code in PR #16170:
URL: https://github.com/apache/pulsar/pull/16170#discussion_r905655646


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/Namespaces.java:
##########
@@ -114,12 +114,12 @@ public void getTenantNamespaces(@Suspended final AsyncResponse response,
     public void getTopics(@Suspended AsyncResponse response,
                           @PathParam("tenant") String tenant,
                           @PathParam("namespace") String namespace,
-                          @QueryParam("mode") @DefaultValue("PERSISTENT") Mode mode) {
+                          @QueryParam("mode") @DefaultValue("ALL") Mode mode) {

Review Comment:
   Ah, a mistake for this line. Fixing another problem, resulting in no time to modify. Thanks for the review.
   Fixed.



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