poorbarcode commented on code in PR #18194:
URL: https://github.com/apache/pulsar/pull/18194#discussion_r1005299568
##########
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:
Already fixed. Could you take a look again?
--
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]