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.5.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.2.5.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.2.5.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ecb05b2b8599b765bebcc8609970ee8b1045a022289591713594282aa7cbb12 |
|
MD5 | 661969deb644a3470003f4b72daef5db |
|
BLAKE2b-256 | dece41a1e945a3a8be8b592c44fd20cc2812b4b7f000a671f17dc67c8c1225a3 |
File details
Details for the file muffin_kafka-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.2.5-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.12 Linux/6.5.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f380400612e67dffce83b45edd6df454c314c27d51e4d3ed0ea13b70de2a4b7a |
|
MD5 | ebbb4d36f64ad1de24b10c8e2ed1c072 |
|
BLAKE2b-256 | af4adb9b8450d78f9c6f2c80501b8d9e33e4d4a01b3346185ee6f69cea17d769 |