Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Aug 15, 2021
1 parent 0423673 commit 412262b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ public static void removeTopicManagerCache(String topicName) {
KOP_ADDRESS_CACHE.remove(topicName);
}

public static void updateTopicManagerCache(String topicName, CompletableFuture<InetSocketAddress> addressFuture) {
LOOKUP_CACHE.put(topicName, addressFuture);
}

public static void clear() {
LOOKUP_CACHE.clear();
KOP_ADDRESS_CACHE.clear();
Expand Down

0 comments on commit 412262b

Please sign in to comment.