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
PHP-rdkafka is the most**stable**, **production-ready**, **long term support**, and **fast** Kafka client for PHP based on [librdkafka](https://github.com/edenhill/librdkafka).
7
+
PHP-rdkafka is a**stable**, **production-ready**, **long term support**, and **fast** Kafka client for PHP based on [librdkafka](https://github.com/edenhill/librdkafka).
8
8
9
-
It supports PHP 7, PHP 8 (and even PHP 5 in older versions) as well as all librdkafka versions since 0.11, and all Kafka versions since 0.8. This makes it **easy to deploy** the extension in production systems.
9
+
It supports PHP 7, PHP 8, PHP 5 (in older versions), all librdkafka versions since 0.11, all Kafka versions since 0.8. This makes it **easy to deploy** the extension in production.
10
10
11
-
The goal of the extension is to be a raw, un-opinionated, librdkafka binding focused on production and long term support.
11
+
The goal of the extension is to be a low-level un-opinionated librdkafka binding focused on production and long term support.
12
12
13
13
The high level and low level *consumers*, *producer*, and *metadata* APIs are supported.
14
14
@@ -20,9 +20,9 @@ Documentation is available [here](https://arnaud-lb.github.io/php-rdkafka/phpdoc
Configuration parameters used below can found in [Librdkafka Configuration reference](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md)
45
+
Configuration parameters used below can be found in [Librdkafka Configuration reference](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md)
0 commit comments