Values.ReplicationInfoSourceSpecifies configuration for replication between a source and target Kafka cluster.
type nonrec t = {consumerGroupReplication : ConsumerGroupReplication.t;Configuration relating to consumer group replication.
*)sourceKafkaClusterArn : string option;The ARN of the source Kafka cluster.
*)sourceKafkaClusterId : string option;The ID of the source Kafka cluster.
*)targetCompressionType : TargetCompressionType.t;The compression type to use when producing records to target cluster.
*)targetKafkaClusterArn : string option;The ARN of the target Kafka cluster.
*)targetKafkaClusterId : string option;The ID of the target Kafka cluster.
*)topicReplication : TopicReplication.t;Configuration relating to topic replication.
*)}val make :
?sourceKafkaClusterArn:??? ->
?sourceKafkaClusterId:??? ->
?targetKafkaClusterArn:??? ->
?targetKafkaClusterId:??? ->
consumerGroupReplication:ConsumerGroupReplication.t ->
targetCompressionType:TargetCompressionType.t ->
topicReplication:TopicReplication.t ->
unit ->
t