heesung-sn commented on code in PR #20315:
URL: https://github.com/apache/pulsar/pull/20315#discussion_r1193002354
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/extensions/ExtensibleLoadManagerImpl.java:
##########
@@ -380,12 +380,22 @@ public CompletableFuture<Optional<BrokerLookupData>>
assign(Optional<ServiceUnit
}
public CompletableFuture<Optional<String>> selectAsync(ServiceUnitId
bundle) {
+ return selectAsync(bundle, Optional.empty());
+ }
+
+ public CompletableFuture<Optional<String>> selectAsync(ServiceUnitId
bundle,
+
Optional<Set<String>> excludeBrokerSet) {
Review Comment:
Updated.
--
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]