Hello,
Since you've installed the Kafka broker you'll need an extra component to
get data to or from the database.
You can use Kafka Connect https://kafka.apache.org/documentation/#connect
with a Debezium CDC Connector
https://debezium.io/documentation/reference/1.9/connectors/mysql.html or a
JDBC
Dear Team,
We wanted to use kafka and therefore installed on ubuntu ( Ubuntu
20.04.4 LTS ) kafka ( 3.2.0 & zoopkeeper
3.6.3--6401e4ad2087061bc6b9f80dec2d69f2e3c8660a) .
With this installation, we wanted to connect to mysql server installed
on the same server.
Is it possible? If so what