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.2.2.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.2.2.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.2.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09d7d20bfa9f61582e30d6b0ad60251df6081949feea8de10d4bbcc2fa7ccbb7 |
|
MD5 | dd85c7ee7b107dce4242b671d7a37cab |
|
BLAKE2b-256 | 1a36b508fce9ca1c122683b7da3dd2875a09c7ce5e5d2720aa049cb06fcb157f |
File details
Details for the file muffin_kafka-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.2.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1c6e3b13b4d88c555ebb87377bf440855bff2d0c85525986b227729866257fd |
|
MD5 | 2b1e70e59fa79e7539c79802e6e78035 |
|
BLAKE2b-256 | a41fd0a5d2c6cd02f439bbeaf10af2a36a7438be87e7106806ae7ba9fb555b40 |