eventuate-tram / eventuate-tram-examples-java-spring-todo-list

A todo list application implemented using Spring Boot-based microservices and the Eventuate Tram framework
Other
186 stars 95 forks source link

Fixed docker images not stopping in CircleCI build's tests #12

Closed dartartem closed 4 years ago

cer commented 4 years ago

@dartartem Is ./stop-and-remove-all-docker-containers.sh needed still?

dartartem commented 4 years ago

I think it is better to remove it later

dartartem commented 4 years ago

test script started/stopped only cdc service.

when starting cdc, docker also starts mysql, zk, kafka.

But when stopping, it stops only cdc.