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.1.2.tar.gz
(4.0 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.1.2.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.1.2.tar.gz
- Upload date:
- Size: 4.0 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 | 2cf9069c5f4abaf908c798ab2822722e66ddb49625bce4c98c0f306f3a9188c7 |
|
MD5 | 3e8fd8cfd7ac1825940faeeb8cfe6190 |
|
BLAKE2b-256 | d89b8f1735f7ef5c65b73ab7aef75f8f5fe83c9c77e651e094e045e76d54ed3b |
File details
Details for the file muffin_kafka-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.1 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 | 51a10372d1ac85f54af1e1563ddf04c07044f615bc342f076578625ab22f4b2a |
|
MD5 | a7c62c46ea947dac5aa4018cbda84193 |
|
BLAKE2b-256 | 48e90f74bf11284cb9c1770633e3f9967efa2a96610159e93a9c4842b4e4c6c8 |