Repo to contain producer code. Part of the CDC expert talk.
Make sure you have jdk and mvn installed and added in the path
mvn spring-boot:run -Dserver.port=8888
curl -X GET http://localhost:8888/user/myID
{
"name": "paresh",
"email": "paresh@ee.com",
"contact": "9888988786",
"address": "pune"
}
mvn clean install
or mvn test
It will run the CDC test generated by Consumer (Order) service.