I am migrating some of the IoT data from MySQL to CnosDB and then replicate some of the anomalies and also the changes/delta of the change to ClickHouse for further analysis.
Currently I have to do full replication (similar to full backup). Is there an easy way to just replicate the change data from CnosDB to ClickHouse. FYI. I am using the Kafka in the middle to stream the data.