eolivelli commented on a change in pull request #12904:
URL: https://github.com/apache/pulsar/pull/12904#discussion_r753671643
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java
##########
@@ -3137,16 +3136,25 @@ private void
initializeTopicSubscribeRateLimiterIfNeeded(Optional<TopicPolicies>
}
}
+ private TopicName getPartitionedTopicName() {
Review comment:
most of the body of this method looks like an utility method that should
be moved to the TopicName class
--
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]