Skip to content

EC-labs/swa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0. Setup

Start kafka:

docker compose up -d

1. Simple

Start the consumer:

docker run --net swa -it --rm -e "BOOTSTRAP_SERVERS=kafka:9092" dclandau/swa-simple /bin/consumer

Start the producer:

docker run --net swa -it --rm -e "BOOTSTRAP_SERVERS=kafka:9092" dclandau/swa-simple /bin/producer

2. E-Commerce

Start the orders service:

docker run --net swa -it --rm -p 127.0.0.1:5000:5000 -e "BOOTSTRAP_SERVERS=kafka:9092" dclandau/swa-ecommerce /bin/orders

Start the shipping service:

docker run --net swa -it --rm -e "BOOTSTRAP_SERVERS=kafka:9092" dclandau/swa-ecommerce /bin/shipping

3. Billing

Start the billing service:

docker run --net swa -it --rm -p 127.0.0.1:5001:5001 -e "BOOTSTRAP_SERVERS=kafka:9092" dclandau/swa-billing /bin/billing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages