assuming zookeeper/kafka are running create a topic called `test-topic`
$ pip install -e ./kafka_web
$ pip install gunicorn
$ 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.