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.0.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.1.0.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.12 Linux/6.2.0-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e3537ca1082e67f582567e054130bf16abdc2d298079fe5af834bf73277942c |
|
MD5 | a7c53d0f3d1c6b896b8cf2e03338a835 |
|
BLAKE2b-256 | 52c5a857268bf6f74f10f296ef51a21432022d7af892ad9c2a3f7d2b3e06aec1 |
File details
Details for the file muffin_kafka-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.1.0-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-1016-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6549c8553e57aa06e87a96021e1673d188c8332572bbb46de45d13720584bc6 |
|
MD5 | a6a55c60f6c55578848d6a1f1f7efdf3 |
|
BLAKE2b-256 | f9c549f5f2931e31ee225ebcb3eb7050b41c553c41fd75aa68cf2d4adcb2a82f |