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 adapter https://github.com/aiven/jdbc-connector-for-apache-kafka. These are just a couple of examples of connectors you can use, there are quite a lot of connectors available.
Kind regards, Richard Bosch On Fri, Jul 8, 2022 at 8:57 AM Alalasundaram Saravanan <s...@softintelitech.com.invalid> wrote: > 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 document to follow ? > > Or We need to install and additional like confluent etc .. > > > With warm regards > > Alalasundaram Saravanan > >