aloyszhang commented on a change in pull request #13796:
URL: https://github.com/apache/pulsar/pull/13796#discussion_r819539311
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/NamespacesBase.java
##########
@@ -1171,6 +1173,51 @@ protected void
internalSplitNamespaceBundle(AsyncResponse asyncResponse, String
});
}
+ protected TopicHashPositions internalGetTopicHashPositions(String
bundleRange, List<String> topicList) {
+ if (log.isDebugEnabled()) {
+ log.debug("[{}] Getting hash position for topic list {}, bundle
{}", clientAppId(), topicList, bundleRange);
+ }
+ if (topicList == null || topicList.size() == 0) {
Review comment:
> If the topicList is empty, we should return all the topics under the
namespace?
make sense to me.
--
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]