vineeth1995 commented on code in PR #18663:
URL: https://github.com/apache/pulsar/pull/18663#discussion_r1048989881


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/SimpleLoadManagerImpl.java:
##########
@@ -1443,6 +1447,15 @@ public void doNamespaceBundleSplit() throws Exception {
         }
     }
 
+    @Override
+    public String setNamespaceBundleAffinity(String bundle, String broker) {
+        if (broker == null) {

Review Comment:
   addressed



##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/ModularLoadManagerImpl.java:
##########
@@ -1212,4 +1213,13 @@ public List<Metrics> getLoadBalancingMetrics() {
 
         return metricsCollection;
     }
+
+    @Override
+    public String setNamespaceBundleAffinity(String bundle, String broker) {
+        if (broker == null) {

Review Comment:
   addressed



-- 
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]

Reply via email to