Kafka Integration for Muffin framework
Project description
Muffin-Kafka
Muffin-Kafka – Apache Kafka integration for Muffin framework
Requirements
- python >= 3.10
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file muffin_kafka-0.7.0.tar.gz.
File metadata
- Download URL: muffin_kafka-0.7.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f05252e1d8c5d218c8a9ea2768a4c674521834db275af19a98223ae440d8750f
|
|
| MD5 |
8cc9ec785fad86c321ac37d22ec4e621
|
|
| BLAKE2b-256 |
927c67cee0460d385cd740f3f908a9b28e11965fe2ba10fdc176c07cd66b8343
|
File details
Details for the file muffin_kafka-0.7.0-py3-none-any.whl.
File metadata
- Download URL: muffin_kafka-0.7.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.12.3 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4aade05db867ff0e6b052ef6aa6d16efd0fb1d957fc57dd8e3fb19852be7150
|
|
| MD5 |
03465bef5884a1ac43649b3bc7c702d2
|
|
| BLAKE2b-256 |
ec383267cc19d7b5e03fd94d227ed653f33878a8801b097234d35c40c5191e82
|