How to identiy data loss from sync using mirrormaker2 connect cluster

I am using kafka-connect mm2 connectors to replicate data from a source to a target cluster, the kafka connect bootstrap server is target cluster server. This i am doing to have data sync from a primary cluster to standby cluster so that i have a backup when primary cluster is lost due to disaster.
Now i want to know how to verify that all data is synced or how much data loss i have or when was the last sync happened, if I no longer have the primary cluster, I only rely on the target(standby cluster).

hey @itsrg2512

quick question around that topic:
how did you deploy ? with cfk, strimzi or manually?

basically there are generic source connector metrics available like
byte count, byte rate, record age (avg, min, max), and replication latency (avg, min, max)

see Apache Kafka for ref

hii @mmuehlbeyer
I have used Apache kafka, in that manually i have started the connect cluster using the kafka-connect.sh with kafka-connect.config file as configuration.
How to configure the matrices, and what all matrices are relevant in this case.

take a look at

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.