File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Tarantool kafka
2
2
===============
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 ) .
4
4
5
5
Can produce more then 150k messages per second and consume more then 140k messages per second.
6
6
@@ -116,7 +116,7 @@ producer:close()
116
116
```
117
117
118
118
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:
120
120
``` lua
121
121
tnt_kafka .Producer .create ({
122
122
options = {
@@ -136,7 +136,7 @@ More examples in `examples` folder.
136
136
## Using SSL
137
137
138
138
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
140
140
141
141
After that you only need to pass following configuration parameters on client creation:
142
142
``` lua
You can’t perform that action at this time.
0 commit comments