Skip to content

bump librdkafka version to 2.8.0 #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 = {
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion librdkafka
Submodule librdkafka updated 111 files
Loading