Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 564 Bytes

File metadata and controls

29 lines (19 loc) · 564 Bytes

Delivery Simulator - Monitoring

Description

Repository including Kafka + Elasticsearch

Running The Applications

Docker containers
docker-compose up -d

You should open 2 simultaneous terminals (Kafka Producer and Kafka Consumer)

Kafka Producer
docker exec -it kafka bash
kafka-console-producer --bootstrap-server=localhost:9092 --topic=route.new-direction
Kafka Consumer
docker exec -it kafka bash
kafka-console-consumer --bootstrap-server=localhost:9092 --topic=route.new-position --group=terminal