Skip to content

Commit

Permalink
Add setNamespaceBundleAffinity method
Browse files Browse the repository at this point in the history
  • Loading branch information
Demogorgon314 committed Jan 17, 2023
1 parent 51be8fb commit 3765839
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ public CompletableFuture<Set<String>> getAvailableBrokersAsync() {
return this.loadManager.getBrokerRegistry().getAvailableBrokersAsync().thenApply(HashSet::new);
}

@Override
public String setNamespaceBundleAffinity(String bundle, String broker) {
// TODO: Add namespace bundle affinity support.
return null;
}

@Override
public void stop() throws PulsarServerException {
this.loadManager.close();
Expand Down

0 comments on commit 3765839

Please sign in to comment.