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
- Host: GitHub
- URL: https://github.com/asphalt-framework/asphalt-kafka
- Owner: asphalt-framework
- License: apache-2.0
- Created: 2024-04-07T17:33:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T20:11:21.000Z (5 months ago)
- Last Synced: 2026-01-13T01:19:47.834Z (5 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 `_