Muffin-Kafka
Muffin-Kafka – Apache Kafka integration for Muffin framework
Requirements
Installation
muffin-kafka should be installed using pip:
$ pip install muffin-kafka
Usage
from muffin import Application
import muffin_kafka
app = Application('example')
kafka = muffin_kafka.Plugin(app, **options)
Setup the plugin
TODO
Bug tracker
If you have any suggestions, bug reports or annoyances please report them to
the issue tracker at https://github.com/klen/muffin-kafka/issues
Contributing
Development of the project happens at: https://github.com/klen/muffin-kafka
License
Licensed under a MIT License