You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/about/_index.md
+1
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,4 @@ This extension provides ways to interact with Apache Kafka.
14
14
It also supports any system that is Kafka API compatible like Redpanda.
15
15
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)
16
16
This extension uses [librdkafka](https://github.com/edenhill/librdkafka) for binding and was inspired by [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka).
17
+
**Notice:** php-rdkafka conflicts with this extension, please uninstall it first if you want to use simple-kafka-client.
0 commit comments