Kafka Integration for Muffin framework
Project description
Muffin-Kafka
Muffin-Kafka – Apache Kafka integration for Muffin framework
Requirements
- python >= 3.9
Installation
muffin-kafka should be installed using pip:
$ pip install muffin-kafka
Usage
from muffin import Application
import muffin_kafka
# Create Muffin Application
app = Application('example')
# Initialize the plugin
kafka = muffin_kafka.Plugin(app, **options)
# As alternative:
# kafka = muffin_kafka.Plugin()
# ...
# kafka.setup(app, dsn="DSN_URL")
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
muffin_kafka-0.2.6.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.2.6.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.2.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dd4c244cb65b892128d93c03ea92c7f123e7c50ff70da3571421f50e1fa0aa3 |
|
MD5 | 54361a56c2d6c672b8fc4d0102cc1d5c |
|
BLAKE2b-256 | a931abd5e59dadce08ee7d82b151b15a92ca67d27543a837338dc34410096049 |
File details
Details for the file muffin_kafka-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.2.6-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 667ffb157df7a3e51c19e4038b535f1be99e9e6ae8df8e1c3df4f240726d2c7c |
|
MD5 | ec8f6f3c188bdaa5bd0834840a9ca279 |
|
BLAKE2b-256 | 7c9b19840fd8dd7c5af340e7755b563638f5dfba22bd9349441b61a2f47236f9 |