Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:10
-
Epic Link:
-
Team:SQuaRE
Description
As described in sqr-034.lsst.io we'll have EFD data replication from the Summit and test stands to the LDF. The natural way to implement that is by using the Confluent Replicator source connector.
https://docs.confluent.io/current/connect/kafka-connect-replicator/index.html
In this ticket, we'll test topic replication from the Tucson test stand and from the Summit EFDs (source) to the EFD instance deployed at Google Cloud (destination)
We'll also need to test schema migration. In our architecture we deploy the Kafka Schema Registry in both the source and destination clusters.
https://docs.confluent.io/current/schema-registry/multidc.html#schemaregistry-mirroring
A requirement for configuring the connector is connectivity from the cluster that runs the connector to the source cluster.
Usually, the connector is deployed at the destination cluster and pulls topics from the source cluster. For the Tucson lab EFD -> GKE EFD replication test we cannot deploy the connector at GKE because of the NOAO VPN. Thus, we'll try deploying the replicator connector at the source cluster.