Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 603 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 603 Bytes

Steps to run

1) Create the network manually using

docker network create local-net

2) Then compose up / down the files

docker-compose -f "docker-compose.yml" up -d --build
docker-compose -f "docker-compose.yml" down

Monitors

Grafana -> localhost:3000 (Import Grafana Postgres Dashboard ID: 9628)
Prometheus -> localhost:9090
Portainer -> localhost:9000
Kowl (Kafka monitor) -> localhost:8080

RUN A CONSUMER go run .\main.go -t=c -id=1 go run .\main.go -t=c -id=2

RUN A PRODUCER go run .\main.go -t=p -id=1 go run .\main.go -t=p -id=2