Skip to content

Commit 2245ea8

Browse files
actgardnerMarwes
authored andcommitted
Update bindings to librdkafka 2.11.0
1 parent a02310b commit 2245ea8

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

rdkafka-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdkafka-sys"
3-
version = "4.9.0+2.10.0"
3+
version = "4.9.0+2.11.0"
44
authors = ["Federico Giraud <[email protected]>"]
55
build = "build.rs"
66
links = "rdkafka"

rdkafka-sys/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v4.9.0+2.11.0 (2025-08-27)
4+
* Bump librdkafka to v2.11.0.
5+
36
## v4.9.0+2.10.0
47
* Add cargo enforcement of MSRV of 1.74.
58
* Bump librdkafka to v2.10.0.

rdkafka-sys/librdkafka

rdkafka-sys/src/bindings.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/* automatically generated by rust-bindgen 0.71.1 */
1+
/* automatically generated by rust-bindgen 0.72.0 */
22

33
use libc::{c_char, c_int, c_void, sockaddr, FILE};
44
use num_enum::TryFromPrimitive;
55

6-
pub const RD_KAFKA_VERSION: i32 = 34210047;
6+
pub const RD_KAFKA_VERSION: i32 = 34275583;
77
pub const RD_KAFKA_DEBUG_CONTEXTS : & [u8 ; 138] = b"all,generic,broker,topic,metadata,feature,queue,msg,protocol,cgrp,security,fetch,interceptor,plugin,consumer,admin,eos,mock,assignor,conf\0" ;
88
pub const RD_KAFKA_DESTROY_F_NO_CONSUMER_CLOSE: i32 = 8;
99
pub const RD_KAFKA_OFFSET_BEGINNING: i32 = -2;
@@ -3793,7 +3793,7 @@ extern "C" {
37933793
pub fn rd_kafka_mock_broker_decommission(
37943794
cluster: *mut rd_kafka_mock_cluster_t,
37953795
broker_id: i32,
3796-
) -> c_int;
3796+
) -> rd_kafka_resp_err_t;
37973797
}
37983798
extern "C" {
37993799
pub fn rd_kafka_mock_broker_add(

0 commit comments

Comments
 (0)