This Project has 5 subprojects (stateless):
lib project for core projects
ORDER_UUID=$(curl --silent -H 'Content-Type: application/json' -d "{\"itemName\":\"book\"}" http://localhost:8080/order | jq -r '.orderUuid') && for i in `seq 1 15`; do sleep 1; echo $(curl --silent "http://localhost:8080/order/status/"$ORDER_UUID); done;
same images for all projects tagged after the project name, since they are all in the same GitHub project, (but in the real scenario, they should be in a separate project and tagged by application version)
docker pull ghcr.io/ehsaniara/scs-kafka-intro:scs-101-shipping
docker pull ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order
docker pull ghcr.io/ehsaniara/scs-kafka-intro:scs-101-order-branch
docker pull ghcr.io/ehsaniara/scs-kafka-intro:scs-101-shipped
docker pull ghcr.io/ehsaniara/scs-kafka-intro:scs-101-shipping