ankitagrahari commented on a change in pull request #14881:
URL: https://github.com/apache/pulsar/pull/14881#discussion_r837087079
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/LoadManagerShared.java
##########
@@ -533,7 +532,7 @@ public static boolean shouldAntiAffinityNamespaceUnload(
/**
* It filters out brokers which owns topic higher than configured
threshold at
- * {@link ServiceConfiguration.loadBalancerBrokerMaxTopics}. <br/>
+ * {@link: ServiceConfiguration#loadBalancerBrokerMaxTopics}. <br/>
Review comment:
This is because the loadBalancerBrokerMaxTopics variable is private and
will not be accessible out of this class. I think in order to access, we might
have to allow private fields in Javadoc (-private).
For now, I have just added the variable with #
--
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]