diff --git a/README.md b/README.md index faafb22..39735b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Tarantool kafka =============== -Full featured high performance kafka library for Tarantool based on [librdkafka](https://github.com/edenhill/librdkafka). +Full featured high performance kafka library for Tarantool based on [librdkafka](https://github.com/confluentinc/librdkafka). Can produce more then 150k messages per second and consume more then 140k messages per second. @@ -116,7 +116,7 @@ producer:close() ``` You can pass additional configuration parameters for librdkafka -https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md in special table `options` on client creation: +https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md in special table `options` on client creation: ```lua tnt_kafka.Producer.create({ options = { @@ -136,7 +136,7 @@ More examples in `examples` folder. ## Using SSL Connection to brokers using SSL supported by librdkafka itself so you only need to properly configure brokers by -using this guide https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka +using this guide https://github.com/confluentinc/librdkafka/wiki/Using-SSL-with-librdkafka After that you only need to pass following configuration parameters on client creation: ```lua diff --git a/librdkafka b/librdkafka index 82a8ebd..b4c6085 160000 --- a/librdkafka +++ b/librdkafka @@ -1 +1 @@ -Subproject commit 82a8ebd3c1dfe58fb101915fbea0cf5bf64126d3 +Subproject commit b4c608570f796c18ff2211a7af876046d264d392