ewolff / microservice-kafka

Demo to show how Apache Kafka can be used for communication between microservices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want to change db from postgresql to mysql.

isushilksharma opened this issue · comments

Is there any way to change postgres db to mysql. I was trying to do so but it's not working, can you help me out for this.

You will need to do the following:

  • Add a MySQL Docker image to docker-compose.yml
  • Replace the Postgres driver in the pom.xml files
  • Replace the Postgres configuration with a MySQL configuration in the application.propertiesfiles