Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 335 Bytes

PopugJira

Homework project for asynchronous architecture cources .

Homework 1: #1

UI for checking kafka messages:

docker run --network=host \
  -e KAFKA_BROKERS=localhost:9092 \
  docker.redpanda.com/vectorized/console:latest