Demogorgon314 commented on code in PR #19708:
URL: https://github.com/apache/pulsar/pull/19708#discussion_r1133413453


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/extensions/ExtensibleLoadManagerImpl.java:
##########
@@ -134,6 +140,9 @@ public class ExtensibleLoadManagerImpl implements 
ExtensibleLoadManager {
                     CompletableFuture<Optional<BrokerLookupData>>>newBuilder()
             .build();
 
+    private final Map<String, String> brokerToFailureDomainMap = new 
HashMap<>();

Review Comment:
   After you moved `FailureDomainUpdate` listener to 
`AntiAffinityGroupPolicyHelper `, can we move this map to helper either?



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