- Apr 14, 2024
-
-
Added docker files to the user and product microservices to create docker images. Created docker compose file to pull kafka and zookeeper images from docker. Added the user and product microservices to the docker compose file so they can all be on the same docker network. Modified config files to replace kafka host from localhost.
-
- Apr 06, 2024
-
-
Created a function to publish product code, price, and quantity to the kafka message broker for the order microservice to receive the message and update the shopping cart table with new quantity or price
-