Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
titleHybridSource
@PublicEvolving@Internal
public class MetadataUpdateEvent implements SourceEvent {
  private final Map<KafkaClusterIdentifier, Set<String>> currentClusterTopics;

...
}

...

Code Block
languagejava
titleHybridSource
@PublicEvolving@Internal
public class GetMetadataUpdateEvent implements SourceEvent {}

...