From bb04163a63ed9728a2ef7c88d5ff215c11ca939b Mon Sep 17 00:00:00 2001 From: Ralph Debusmann Date: Fri, 15 Sep 2023 14:37:09 +0200 Subject: [PATCH] added advertisement for kafi --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index deccba2..9f0f9fb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Check out the successor of *kash.py* - [kafi](https://github.com/xdgrulez/kafi) - including support for Confluent REST Proxy, S3, Azure Blob Storage, Pandas etc. + # kash.py *kash.py* is a Kafka shell based on Python, or, in other words, a Python-based client library for Kafka based on [confluent-kafka-python](https://github.com/confluentinc/confluent-kafka-python) by Magnus Edenhill, which is itself based on the native Kafka client library [librdkafka](https://github.com/edenhill/librdkafka) by the same author.