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.5.1.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.5.1.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.5.1.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-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 207bb6e871b74170d3d050caa1c9111cd77538fe0c1598677bd32a68cef53897 |
|
MD5 | 04cafbf4d7e61d432b9e28b688efe93e |
|
BLAKE2b-256 | 7699f5a5897eb1fffc30974bdc877ea9c1f7ab59a55e94a2fdb127dbe6e8be2b |
File details
Details for the file muffin_kafka-0.5.1-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.5.1-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-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de9e62ea9e6cc84e960c6a30304dcbe9882055d897783b7f947a2467fde9fdf2 |
|
MD5 | f45fd6403cbdab0d145b0dba74b36846 |
|
BLAKE2b-256 | b8a2773ec32c3c8542f70d8c586b73ff4bfeb88fe89db8c52fa19f9f1ee5f227 |