I am trying to implement Change Data Capture (CDC) using Maxwell's Daemon with AWS Managed Streaming for Apache Kafka (MSK). My goal is to capture changes from a RDS MySQL database and stream them to MSK for further processing. How should I configure Maxwell to connect to the AWS MSK cluster?
I have already set up:
- An AWS MSK cluster.
- A MySQL database with the required binlog settings enabled.