AnonHxy commented on code in PR #17251:
URL: https://github.com/apache/pulsar/pull/17251#discussion_r955776506
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java:
##########
@@ -4398,8 +4397,11 @@ private CompletableFuture<Void>
updatePartitionedTopic(TopicName topicName, int
*
* @param topicName : topic-name: persistent://prop/cluster/ns/topic
* @param numPartitions : number partitions for the topics
+ * @param ignoreConflictException : true: ignore ConflictException:
subscription already exists for topic
Review Comment:
How about `* @param ignoreConflictException : If true, ignore
ConflictException`, too many ':' is a little not clear~
--
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]