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.4.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.0.4.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.0.4.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 | bbe7a508963053978deed27881ac9d34e65bdcf413510df1174aec99c650c66f |
|
MD5 | 5c3edbcf851baef1bf49b43c5723b9f5 |
|
BLAKE2b-256 | 9512d203090127d5d647814c5e3b540b9e93fd9a8a56f08f34c0701822014bce |
File details
Details for the file muffin_kafka-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.8 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 | d9de2145ee094c299ec04bc886545bb953c0fefe9d799970dc77dc395e22dbb9 |
|
MD5 | d31108fe629c67f347c6a73f94a9e46d |
|
BLAKE2b-256 | 985c8919bb3f81aec47b46352a1b339be03955733607df50e9539e16d2f1c36c |