From 523a96a513861262803d11f127747980ba495905 Mon Sep 17 00:00:00 2001 From: Stephen Parente Date: Thu, 1 Jun 2017 13:12:04 -0700 Subject: [PATCH] Update README to reference librdkafka 0.9.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 416b9f6f..91e8c8ad 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Copyright (c) 2016 Blizzard Entertainment. The `node-rdkafka` library is a high-performance NodeJS client for [Apache Kafka](http://kafka.apache.org/) that wraps the native [librdkafka](https://github.com/edenhill/librdkafka) library. All the complexity of balancing writes across partitions and managing (possibly ever-changing) brokers should be encapsulated in the library. -__This library currently uses `librdkafka` version `0.9.4`.__ +__This library currently uses `librdkafka` version `0.9.5`.__ ## Reference Docs @@ -62,7 +62,7 @@ var Kafka = require('node-rdkafka'); ## Configuration -You can pass many configuration options to `librdkafka`. A full list can be found in `librdkafka`'s [Configuration.md](https://github.com/edenhill/librdkafka/blob/0.9.4.x/CONFIGURATION.md) +You can pass many configuration options to `librdkafka`. A full list can be found in `librdkafka`'s [Configuration.md](https://github.com/edenhill/librdkafka/blob/0.9.5.x/CONFIGURATION.md) Configuration keys that have the suffix `_cb` are designated as callbacks. Some of these keys are informational and you can choose to opt-in (for example, `dr_cb`). Others are callbacks designed to