We are migrating from Amazon RDS MySQL to ScyllaDB. Will ScyllaDB support AWS DMS (replication) CDC to our Amazon Redshift reporting server?
ScyllaDB has a Change Data Capture (CDC) implementation, which can easily be integrated with Kafka. You can process and send the information to be processed by different consumers. So although we are not integrated with DMS CDC, streaming CDC info to Redshift is not a problem.
You can learn more in the CDC Lesson on ScyllaDB University.
Additionally, you can see a working example in this hands-on ScyllaDB CDC Source Connector with Kafka – Lab.