klen / muffin-kafka

Kafka integration for Muffin Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Muffin-Kafka

Muffin-KafkaApache Kafka integration for Muffin framework

Tests Status PYPI Version Python Versions

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

About

Kafka integration for Muffin Framework


Languages

Language:Python 90.0%Language:Makefile 10.0%