Skip to content

Commit e82e090

Browse files
committed
bump librdkafka version to 2.8.0
1 parent eee908f commit e82e090

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Tarantool kafka
22
===============
3-
Full featured high performance kafka library for Tarantool based on [librdkafka](https://github.com/edenhill/librdkafka).
3+
Full featured high performance kafka library for Tarantool based on [librdkafka](https://github.com/confluentinc/librdkafka).
44

55
Can produce more then 150k messages per second and consume more then 140k messages per second.
66

@@ -116,7 +116,7 @@ producer:close()
116116
```
117117

118118
You can pass additional configuration parameters for librdkafka
119-
https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md in special table `options` on client creation:
119+
https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md in special table `options` on client creation:
120120
```lua
121121
tnt_kafka.Producer.create({
122122
options = {
@@ -136,7 +136,7 @@ More examples in `examples` folder.
136136
## Using SSL
137137

138138
Connection to brokers using SSL supported by librdkafka itself so you only need to properly configure brokers by
139-
using this guide https://github.com/edenhill/librdkafka/wiki/Using-SSL-with-librdkafka
139+
using this guide https://github.com/confluentinc/librdkafka/wiki/Using-SSL-with-librdkafka
140140

141141
After that you only need to pass following configuration parameters on client creation:
142142
```lua

librdkafka

Submodule librdkafka updated 111 files

0 commit comments

Comments
 (0)