Values.ConsumerGroupReplicationSourceDetails about consumer group replication.
type nonrec t = {consumerGroupsToExclude : string list option;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 option;Enables synchronization of consumer groups to target cluster.
*)synchroniseConsumerGroupOffsets : bool option;Enables synchronization of consumer group offsets to target cluster. The translated offsets will be written to topic __consumer_offsets.
*)consumerGroupOffsetSyncMode : ConsumerGroupOffsetSyncMode.t option;The consumer group offset synchronization mode. With LEGACY, offsets are synchronized when producers write to the source cluster. With ENHANCED, consumer offsets are synchronized regardless of producer location. ENHANCED requires a corresponding replicator that replicates data from the target cluster to the source cluster.
*)}