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.19.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.0.19.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.0.19.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fa97c7eb87872311a7acd036e9d9b20321fa88a20a0885264f789bda0706219 |
|
MD5 | 17ebad481c6b1626f1de309de9b936f8 |
|
BLAKE2b-256 | a0ac31a0c79fc4582f19366ae14454cbd3faec4203febe138ac057cfe62530ea |
File details
Details for the file muffin_kafka-0.0.19-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.0.19-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f3371fe614c3e90f708a0d44e56dcde81ca745c89531d43392f88a6e1ef59c8 |
|
MD5 | ef4c1509ab4921d76d7595e3c04f670c |
|
BLAKE2b-256 | 3d454195be734b2122dee91b827ba3d4d73774299ece222eefb38d8be81ccb22 |