Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 400 Bytes

README.MD

File metadata and controls

27 lines (18 loc) · 400 Bytes

HOW TO

for each, Open a new terminal tab

-> Start Kafka Broker ( server ) {localhost:9092}

    make run-broker

-> Run the (test) producer { notifications }

    make test-producer

-> Run the (test) consumer { notifications }

    make test-consumer

-> Run (simulations) notifications { bash scripts with curl }

    make simulate