michaeljmarshall commented on code in PR #18194:
URL: https://github.com/apache/pulsar/pull/18194#discussion_r1008154933


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/NonPersistentTopics.java:
##########
@@ -541,7 +541,7 @@ public void getEntryFilters(@Suspended AsyncResponse 
asyncResponse,
     @Path("/{tenant}/{namespace}/{topic}/entryFilters")
     @ApiOperation(value = "Set entry filters for specified topic")
     @ApiResponses(value = {@ApiResponse(code = 403, message = "Don't have 
admin permission"),
-            @ApiResponse(code = 404, message = "Topic does not exist"),
+            @ApiResponse(code = 404, message = "Tenant or namespace or topic 
doesn't exist"),

Review Comment:
   I don't think this was fixed. Why do we have `tenant` in this annotation but 
not in the annotation on line 192 above?



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