Skip to content

Commit a80de6f

Browse files
authored
Update README.md
1 parent 58c75dd commit a80de6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
[![Supported librdkafka versions: >= 0.11](https://img.shields.io/badge/librdkafka-%3E%3D%200.11-blue.svg)](https://github.com/edenhill/librdkafka/releases) [![Supported Kafka versions: >= 0.8](https://img.shields.io/badge/kafka-%3E%3D%200.8-blue.svg)](https://github.com/edenhill/librdkafka/blob/master/INTRODUCTION.md#broker-version-compatibility) ![Supported PHP versions: 7.x .. 8.x](https://img.shields.io/badge/php-7.x%20..%208.x-blue.svg)
66

7-
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).
88

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.
1010

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.
1212

1313
The high level and low level *consumers*, *producer*, and *metadata* APIs are supported.
1414

@@ -20,9 +20,9 @@ Documentation is available [here](https://arnaud-lb.github.io/php-rdkafka/phpdoc
2020
2. [Examples](#examples)
2121
3. [Usage](#usage)
2222
* [Producing](#producing)
23-
* [High-level consuming](#high-level-consuming-legacy)
23+
* [High-level consuming](#high-level-consuming)
2424
* [Low-level consuming (legacy)](#low-level-consuming-legacy)
25-
* [Low-level consuming from multiple topics / partitions (legacy)](#low-level-consuming-from-multiple-topics--partitions)
25+
* [Low-level consuming from multiple topics / partitions (legacy)](#low-level-consuming-from-multiple-topics--partitions-legacy)
2626
* [Using stored offsets](#using-stored-offsets)
2727
* [Interesting configuration parameters](#interesting-configuration-parameters)
2828
* [queued.max.messages.kbytes](#queuedmaxmessageskbytes)
@@ -42,7 +42,7 @@ https://arnaud-lb.github.io/php-rdkafka-doc/phpdoc/rdkafka.examples.html
4242

4343
## Usage
4444

45-
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)
4646

4747
### Producing
4848

0 commit comments

Comments
 (0)