You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "yuruguo (via GitHub)" <gi...@apache.org> on 2023/02/19 11:29:32 UTC

[GitHub] [pulsar] yuruguo commented on a diff in pull request #19235: [fix][broker] Support getStats/update partitioned topic with `-partition-`

yuruguo commented on code in PR #19235:
URL: https://github.com/apache/pulsar/pull/19235#discussion_r1111218108


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java:
##########
@@ -810,6 +810,11 @@ public void updatePartitionedTopic(
             @ApiParam(value = "The number of partitions for the topic",
                     required = true, type = "int", defaultValue = "0")
                     int numPartitions) {
+        validateTopicName(tenant, namespace, encodedTopic);

Review Comment:
   Sorry, I forget to delete line818 and has been fixed it.



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