Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 589 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 589 Bytes

Sales simulation using Kafkajs

  • Create a sales generator
  • Call the business rule to process the sale

partitions

late-sales

sales-partitions

Start application

docker-compose up -d
yarn # install the dependencies

Start consumer (by partitions)

yarn start:consumer 
yarn start:generate