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.4.0.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.4.0.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.4.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbba3e160ded8c7db0bd57ad43cef84c3b3fd5194ea09e9f9db6d76c8acf33b4 |
|
MD5 | 0a381718722606f4917c2d50c4c57792 |
|
BLAKE2b-256 | 8e59622f64034e1705719d4e82e3f3ae109117ac36aad449304f0555f0fcaab9 |
File details
Details for the file muffin_kafka-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.4.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f47e28f1455172b4656805026cf1d4138635b12c4deef470ab2aed8cc253fd7 |
|
MD5 | c68e5ed53a491da120e1f01cdd6169b8 |
|
BLAKE2b-256 | a60919eea200e85ecf03391a22d48ba2e9c75a676bec48a4a649592a82bacefe |