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
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
-
This extension uses [librdkafka](https://github.com/edenhill/librdkafka) for binding and was inspired by [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka).
16
+
This extension uses [librdkafka](https://github.com/confluentinc/librdkafka) for binding and was inspired by [php-rdkafka](https://github.com/arnaud-lb/php-rdkafka).
17
17
**Notice:** php-rdkafka conflicts with this extension, please uninstall it first if you want to use simple-kafka-client.
0 commit comments