We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d036b2e commit 64bc9b6Copy full SHA for 64bc9b6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rdkafka"
3
-version = "0.32.2"
+version = "0.33.0"
4
authors = ["Federico Giraud <[email protected]>"]
5
repository = "https://github.com/fede1024/rust-rdkafka"
6
readme = "README.md"
changelog.md
@@ -4,7 +4,11 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
## Unreleased
7
-* Add seek_partitions to consumer.
+## 0.33.0 (2023-06-30)
8
+
9
+* Add interface to specify custom partitioners by extending `ProducerContext`
10
+ trait with capability to return optional custom partitioner.
11
+* Add `seek_partitions` to consumer.
12
13
## 0.32.1 (2023-06-09)
14
0 commit comments