Chris Richardson
Chris Richardson
Are these heartbeat messages?
See various commits in December that preceded https://github.com/eventuate-tram/eventuate-tram-core-examples-basic/commit/5c31d1bb43927e53e2e9888228d3e9e8e1f43777
What's the output of `docker-compose ps` and `docker-compose logs cdcservice`? The CDC service needs to be running in order to publish messages inserted into the `MESSAGE` table.
Also, what's the value of `DOCKER_HOST_IP`?
@hanusto I expanded the README. Please review.
Docs definitely need work. Fixing this is a priority. See this WIP manual on the CDC - http://eventuate.io/docs/manual/eventuate-tram/wip/ The CDC supports MySQL and postgres.
@hanusto Sorry for the delayed response. Crazy work schedule. I've revised the docs. It would be great if you could take a look.
@senthilcool Also, please add the equivalent of this to test the deployment : https://github.com/eventuate-tram/eventuate-tram-examples-customers-and-orders/blob/master/aws-fargate-terraform/invoke-api.sh
It seems that the UI requires messages to have a "headers" property. I've added that (see updated gist). I'm now seeing these errors in the console:
It seems that the UI requires messages to have a `name` and/or `title` property.