Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed the signature of topicsChanged to also support upstream + replica topic names

...

interface TopicListener extends Configurable, AutoCloseable {
  void void topicsChanged(List<String> replicaTopicsMap<String, String> sourceToReplicaTopics);
}
interface GroupListener extends Configurable, AutoCloseable {
void groupsChanged(List<String> replicatedGroups);
}

...