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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]