From 93f51dd3d1a4a9ae52c1fccf2b79f5178a5dc805 Mon Sep 17 00:00:00 2001 From: Nick Chiu Date: Tue, 14 Dec 2021 17:04:24 +0100 Subject: [PATCH] add conflict notice --- content/about/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/about/_index.md b/content/about/_index.md index da48f12..792d1a1 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -14,3 +14,4 @@ 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). +**Notice:** php-rdkafka conflicts with this extension, please uninstall it first if you want to use simple-kafka-client.