I am trying to write data from Kafka consumer to MySQL using JDBC. I am able to take data from databases like MySQL, PostgreSQL using JDBC but not able to write the data to a database. However I am able to write the data to a text file.
What am I missing or should do?