sijie commented on a change in pull request #5572: Fix create consumer on 
partitioned topic while disable topic auto creation.
URL: https://github.com/apache/pulsar/pull/5572#discussion_r348631828
 
 

 ##########
 File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/v2/PersistentTopics.java
 ##########
 @@ -270,6 +270,30 @@ public void updatePartitionedTopic(
         internalUpdatePartitionedTopic(numPartitions, updateLocalTopicOnly);
     }
 
+
+    @POST
+    @Path("/{tenant}/{namespace}/{topic}/createMissedPartitions")
+    @ApiOperation(value = "Create missed partitions of an existing partitioned 
topic.", notes = "It only try to create missed partitions of existing 
non-global partitioned-topic")
 
 Review comment:
   ```suggestion
       @ApiOperation(value = "Create missed partitions of an existing 
partitioned topic.", notes = "It only tries to create missed partitions of 
existing non-global partitioned-topic")
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to