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.0.9.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.0.9.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.0.9.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.2.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74ab3d8a4dc23fb42a567290e2aa763e58a342e4819feb783b7efd478cd3a4ce |
|
MD5 | 9099d097e6463073df84046ded449fdd |
|
BLAKE2b-256 | 6180093343795ac9ecbe6fd039b0b7d943ca7fba2399d502cd0d3b3f57033e10 |
File details
Details for the file muffin_kafka-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.0.9-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.2.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b334f40ee85af83fc2662fe405eaeef19f6c2b1b07573c6aaa995126e793eb6a |
|
MD5 | 961d62dd92c7e89c9b29e46f51f420f2 |
|
BLAKE2b-256 | 4d5d1340e5480a8b09b7fc8ca5630dca325287e2655f830d7154dfe30479cb6a |