Skip to content
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 rdkafka-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdkafka-sys"
version = "4.9.0+2.10.0"
version = "4.9.0+2.11.0"
authors = ["Federico Giraud <[email protected]>"]
build = "build.rs"
links = "rdkafka"
Expand Down
3 changes: 3 additions & 0 deletions rdkafka-sys/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v4.9.0+2.11.0 (2025-08-27)
* Bump librdkafka to v2.11.0.

## v4.9.0+2.10.0
* Add cargo enforcement of MSRV of 1.74.
* Bump librdkafka to v2.10.0.
Expand Down
2 changes: 1 addition & 1 deletion rdkafka-sys/librdkafka
6 changes: 3 additions & 3 deletions rdkafka-sys/src/bindings.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen 0.71.1 */
/* automatically generated by rust-bindgen 0.72.0 */

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

pub const RD_KAFKA_VERSION: i32 = 34210047;
pub const RD_KAFKA_VERSION: i32 = 34275583;
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" ;
pub const RD_KAFKA_DESTROY_F_NO_CONSUMER_CLOSE: i32 = 8;
pub const RD_KAFKA_OFFSET_BEGINNING: i32 = -2;
Expand Down Expand Up @@ -3793,7 +3793,7 @@ extern "C" {
pub fn rd_kafka_mock_broker_decommission(
cluster: *mut rd_kafka_mock_cluster_t,
broker_id: i32,
) -> c_int;
) -> rd_kafka_resp_err_t;
}
extern "C" {
pub fn rd_kafka_mock_broker_add(
Expand Down