0

I am using SQL Server RDS as the source database and Apache-Kafka as the target in AWS DMS. I want to receive both the data and control records on every CDC changes made in the source database but I am only getting data records in case of CRUD commands and control record in case of the DDL commands. I went through the AWS DMS documentation but couldn't find anything relevant.

Is it possible to get both the control and data records in the Kafka topic?

Dale K
  • 25,246
  • 15
  • 42
  • 71

1 Answers1

0

It is not possible to get both the control and data records using aws dms.