Values.TopicReplicationUpdateSourceDetails for updating the topic replication of a replicator.
type nonrec t = {copyAccessControlListsForTopics : bool;Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
*)copyTopicConfigurations : bool;Whether to periodically configure remote topics to match their corresponding upstream topics.
*)detectAndCopyNewTopics : bool;Whether to periodically check for new topics and partitions.
*)topicsToExclude : string list;List of regular expression patterns indicating the topics that should not be replicated.
*)topicsToReplicate : string list;List of regular expression patterns indicating the topics to copy.
*)}