I have to put my CDC changes from Aurora mysql db to MSK kafka topic . I think there is no inbuilt mechanism in aws like DMS which will sink all CDC from Aurora to MSK topic and in their docs they have not mentioned any support for that .
So i am only left with using something open source . To use that i have few questions around that please help me with this .
- I was doing some search and everywhere i see kafka-connect-jdbc for this.So first this is this open source free licence ?
- I have seen debezium one as well which connects mysql to msk.
Aurora record will be text and i need to put record into MSK as JSON ,so i have to use schema registry ? is schema registry free licence or open source or comes MSK kafka ?
If i have to use kafka -connect from confluent or debezium i need EC2 instance .In this what i need to install ? Only kafka or with kafka confluent and debezium as well .
Please suggest something which is free licence and open source .