Skip to content

demonstrate issues with kafka consumer in context of web app

Notifications You must be signed in to change notification settings

twillis/kafka_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

demonstrate issues with kafka consumer in context of web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages