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.0.17.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.0.17.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.0.17.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.10.12 Linux/6.2.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64e64099209a13f12e8864e01dd948a01e561ff3fa3885f3f47a56c374023698 |
|
MD5 | f57fa6901d99400d2c92840e985bf79b |
|
BLAKE2b-256 | e7cff41391ed68f937974e9c15d117ae46038d7bbae1fb050eebef4767d94797 |
File details
Details for the file muffin_kafka-0.0.17-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.0.17-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.10.12 Linux/6.2.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 257f78202ec6ead19400bf254a8bc6e4cb5eb50313fde770d1415bf7766fa722 |
|
MD5 | 4c972a76c0ef404c8cc07ebf0b8581a7 |
|
BLAKE2b-256 | 73d80b6225161c21608e6838da2938f7b9cc2ce9274cb32cf8ebe519d4539f96 |