Skip to content

Commit

Permalink
Remove ConfigurationControlManager.ReplicationControlAccessor
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccabe committed Jan 23, 2025
1 parent 8fd7026 commit 438b3db
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -716,11 +716,6 @@ Map<String, String> currentTopicConfig(String topicName) {
return (result == null) ? Collections.emptyMap() : result;
}

@FunctionalInterface
interface ReplicationControlAccessor {
ReplicationControlManager get();
}

// Visible to test
TimelineHashSet<Integer> brokersWithConfigs() {
return brokersWithConfigs;
Expand Down

0 comments on commit 438b3db

Please sign in to comment.