From 62b21d6a21c1f707f012cae208f65c2f46f98582 Mon Sep 17 00:00:00 2001 From: nick Date: Wed, 21 Apr 2021 08:39:19 +0200 Subject: [PATCH] update about --- content/about/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/about/_index.md b/content/about/_index.md index 699280b..da48f12 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -11,5 +11,6 @@ draft: false [![Join the chat at https://gitter.im/php-kafka/php-simple-kafka-client](https://badges.gitter.im/php-kafka/php-simple-kafka-client.svg)](https://gitter.im/php-kafka/php-simple-kafka-client?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) This extension provides ways to interact with Apache Kafka. +It also supports any system that is Kafka API compatible like Redpanda. You can find some examples for producer and consumer [here](https://github.com/php-kafka/php-kafka-examples/tree/main/src/ext-php-simple-kafka-client) This extension uses [librdkafka](https://github.com/edenhill/librdkafka) for binding and was inspired by [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka).