Hi, I follow the process in readme and when I try
curl -X POST -H "Content-Type: application/json" -d '{"productId":"testProduct", "comment":"testComment", "price":"20"}' http://localhost:8080/api/order
it responds failed to connect.
I wonder how you set up your IP, since the sample in eventuate says you should not use localhost as DOCKER_HOST_IP.
Thanks.