Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 416 Bytes

README.org

File metadata and controls

17 lines (12 loc) · 416 Bytes

Kafka ‘bug’ demonstration

assuming zookeeper/kafka are running create a topic called `test-topic`

Installing

$ pip install -e ./kafka_web
$ pip install gunicorn

Running

$ gunicorn -c gunicorn.py kafka_web.app -b 0.0.0.0:7500

watch stdout, no messages are produced for topic, setting producer sync=True will see failures for delivery report.