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.3.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file muffin_kafka-0.2.3.tar.gz
.
File metadata
- Download URL: muffin_kafka-0.2.3.tar.gz
- Upload date:
- Size: 4.2 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 | 45bd511f21c5317ad16908fd9f39991ddfed5a1d0a4acef22d03210aae19c4a4 |
|
MD5 | 94fc12be22d785a55dca24ba46402773 |
|
BLAKE2b-256 | 815a14204c5b8cf766b2d0584f0bfd6f2cd02ec75a8d641f1acbe490adfa9b66 |
File details
Details for the file muffin_kafka-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: muffin_kafka-0.2.3-py3-none-any.whl
- Upload date:
- Size: 4.4 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 | 68dc380ad3e24b026652b25382d529d2fe47d3f778dc95a654fd219232132431 |
|
MD5 | 3248e5190cb7d4a92ecb92bbd8287c05 |
|
BLAKE2b-256 | 9f6828e030b1decd918000e6b5bd6708c6e482b36fd506c92f2d93978986433a |