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.7.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.2.7.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.2.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07c84305a4d2d4c9ddd96600695aa03d4a06940f9bc982225cc8f1d684022bc8 |
|
MD5 | 0e927b1ce0306b558c32f01515c4937b |
|
BLAKE2b-256 | 541225df9f7a5f4e436c5f0d87cffd0fe3d24b9677fe7012c2fe718240b256f8 |
File details
Details for the file muffin_kafka-0.2.7-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.2.7-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dae66ca1475cf9299710d424c2e7388dad1c3e101941e52b8a7adddc1b846f13 |
|
MD5 | a692962bdb2f7718d5e1627d6b159c24 |
|
BLAKE2b-256 | 1b4781b5a15950d55848cb91571ab1e424b7af40055cbc8cd22ff988709c9922 |