An open API service indexing awesome lists of open source software.

https://github.com/asphalt-framework/asphalt-kafka

Kafka component for the Asphalt framework
https://github.com/asphalt-framework/asphalt-kafka

Last synced: 5 months ago
JSON representation

Kafka component for the Asphalt framework

Awesome Lists containing this project

README

          

.. image:: https://github.com/asphalt-framework/asphalt-kafka/actions/workflows/test.yml/badge.svg
:target: https://github.com/asphalt-framework/asphalt-kafka/actions/workflows/test.yml
:alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-kafka/badge.svg?branch=master
:target: https://coveralls.io/github/asphalt-framework/asphalt-kafka?branch=master
:alt: Code Coverage
.. image:: https://readthedocs.org/projects/asphalt-kafka/badge/?version=latest
:target: https://asphalt-kafka.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

This Asphalt framework component provides a wrapper for the aiokafka_ library, for
interacting with Apache Kafka_ event streaming brokers, both in the role of a consumer,
or as a producer. Additionally, it provides an administrative client feature.

.. _aiokafka: https://github.com/aio-libs/aiokafka
.. _Kafka: https://kafka.apache.org/

Project links
-------------

* `Documentation `_
* `Help and support `_
* `Source code `_
* `Issue tracker `_