Can be run with Docker Compose with the following:
$ docker-compose -f docker-compose.yml -p pub-sub-demo up --build --force-recreate
The publisher is accessible through swagger on:
http://localhost:5003/swagger/index.html
Or with the following cURL:
curl -X 'POST' \
'http://localhost:5003/User' \
-H 'accept: */*' \
-H 'Content-Type: application/json' \
-d '{
"name": {name},
"email": {email}
}'