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/08/24 02:52:01 UTC

[GitHub] [pulsar] Technoboy- commented on a diff in pull request #17238: [broker][admin]Add api for update topic properties

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


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java:
##########
@@ -966,6 +966,42 @@ public void getProperties(
                 });
     }
 
+    @PUT
+    @Path("/{tenant}/{namespace}/{topic}/properties")
+    @ApiOperation(value = "Replace all the properties on the given subscription")

Review Comment:
   `Replace all the properties`  -> `Update the properties`



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