Mysql – How do I run debezium with Confluent platform?
I have an EC2 machine with mysql DB (not containerized). Now I want to stream CDC events to Confluent-managed Kafka. I am using this docker compose file to start the connect platform on the same host. services: connect: image: confluentinc/cp-kafka-connect:latest…