Skip to content

Commit 221b110

Browse files
leonmaiamensfeld
andauthored
upgrade librdkafka to v2.0.2 (#242)
Co-authored-by: Maciej Mensfeld <[email protected]>
1 parent 0d2d401 commit 221b110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Add topic name to delivery report (maeve)
66
* Allow string partitioner config (mollyegibson)
77
* Fix documented type for DeliveryReport#error (jimmydo)
8-
* Bump librdkafka to 1.9.2 (thijsc)
8+
* Bump librdkafka to 2.0.2 (lmaia)
99
* Use finalizers to cleanly exit producer and admin (thijsc)
1010
* Lock access to the native kafka client (thijsc)
1111
* Fix potential race condition in multi-threaded producer (mensfeld)

lib/rdkafka/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rdkafka
44
VERSION = "0.13.0.beta.6"
5-
LIBRDKAFKA_VERSION = "1.9.2"
6-
LIBRDKAFKA_SOURCE_SHA256 = "3fba157a9f80a0889c982acdd44608be8a46142270a389008b22d921be1198ad"
5+
LIBRDKAFKA_VERSION = "2.0.2"
6+
LIBRDKAFKA_SOURCE_SHA256 = "f321bcb1e015a34114c83cf1aa7b99ee260236aab096b85c003170c90a47ca9d"
77
end

0 commit comments

Comments
 (0)