Skip to content
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

Update librdkafka to v2.5.0 in rdkafka-sys #700

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "rdkafka-sys/librdkafka"]
path = rdkafka-sys/librdkafka
url = https://github.com/edenhill/librdkafka
url = https://github.com/confluentinc/librdkafka
100 changes: 67 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rdkafka-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdkafka-sys"
version = "4.7.0+2.3.0"
version = "4.8.0+2.5.0"
authors = ["Federico Giraud <[email protected]>"]
build = "build.rs"
links = "rdkafka"
Expand Down
2 changes: 2 additions & 0 deletions rdkafka-sys/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Upgrade to librdkafka v2.5.0.

## v4.7.0+2.2.0 (2023-11-07)

* Upgrade to librdkafka v2.3.0.
Expand Down
2 changes: 1 addition & 1 deletion rdkafka-sys/librdkafka
Submodule librdkafka updated 154 files
88 changes: 0 additions & 88 deletions rdkafka-sys/simple_producer.rs

This file was deleted.

Loading