Metadata-Version: 2.4
Name: retriable-kafka-client
Version: 0.1.0
Summary: Kafka client library based on confluent-kafka with retry functionality
Author-email: Marek Szymutko <mszymutk@redhat.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: confluent-kafka>=2.12.2
Requires-Dist: pylint>=4.0.4
Dynamic: license-file

# Retriable Kafka Client

This is an opinionated wrapper for `confluent_kafka` Python library.
It only uses specific parts of the underlying library while introducing
additional functionalities to these selected parts.

## Features

As this library is currently under development, this library should not be
used.

The aim is to provide a fault-tolerant platform for parallel message
processing.
