Values.ConsumerGroupReplicationUpdateSourceDetails about consumer group replication.
type nonrec t = {consumerGroupsToExclude : string list;List of regular expression patterns indicating the consumer groups that should not be replicated.
*)consumerGroupsToReplicate : string list;List of regular expression patterns indicating the consumer groups to copy.
*)detectAndCopyNewConsumerGroups : bool;Enables synchronization of consumer groups to target cluster.
*)synchroniseConsumerGroupOffsets : bool;Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.
*)}