tuteng commented on code in PR #18965:
URL: https://github.com/apache/pulsar/pull/18965#discussion_r1052199237
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java:
##########
@@ -517,7 +526,7 @@ public void deleteMaxUnackedMessagesOnConsumer(@Suspended
final AsyncResponse as
@GET
@Path("/{tenant}/{namespace}/{topic}/deduplicationSnapshotInterval")
- @ApiOperation(value = "Get deduplicationSnapshotInterval config on a
topic.")
+ @ApiOperation(value = "Get deduplicationSnapshotInterval config on a
topic.", response = TopicPolicies.class)
Review Comment:
Fixed
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java:
##########
@@ -938,7 +947,7 @@ public void getPartitionedMetadata(
@GET
@Path("/{tenant}/{namespace}/{topic}/properties")
- @ApiOperation(value = "Get topic properties.")
+ @ApiOperation(value = "Get topic properties.", response = Boolean.class)
Review Comment:
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]