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.3.0.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.3.0.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.3.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16f483bdb5d8540eb3f05787c99802a30c98c60f548de7a564e8e2d8e76cce73 |
|
MD5 | ad6e640d869f1708e38d8ff9a1cc7ad7 |
|
BLAKE2b-256 | 6d300a95f4e82c6563de91a1fb1485d964827a414c54891fdc98877fb5bbc0e7 |
File details
Details for the file muffin_kafka-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.3.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b12aa592271b4afbb4db566ebb5718d992c8e80951d61bd26dc06fb57ff5aa2 |
|
MD5 | d89f1c9cf2bb6be209c32ecc5c089a9e |
|
BLAKE2b-256 | 003a6a989c82a3d210bc70ec49bb021bc2c0f9988fd4e315c5aca0ce1d657622 |