File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ Release 0.19.3 - 2024/08/02
2
+ * out_rdkafka2: Add `unrecoverable_error_codes` parameter to handle
3
+ specific error code as unrecoverable errors. `topic_authorization_failed`
4
+ and `msg_size_too_large` are treated as such unrecoverable error by default. (#510)
5
+ * out_rdkafka2: Add missing closing timeout feature to keep compatibility with
6
+ rdkafka-ruby 0.12.x or later. (#505)
7
+ * out_rdkafka2: Add `idempotent` parameter to enable idempotence in Kafka producer. (#501)
8
+ * out_kafka2: Fix errors while sending data to EventHub by adding
9
+ broker pool to take care of fetching metadata (#503)
10
+
1
11
Release 0.19.2 - 2023/10/13
2
12
* out_rdkafka2: Add `discard_kafka_delivery_failed_regex`
3
13
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
gem . test_files = gem . files . grep ( %r{^(test|spec|features)/} )
14
14
gem . name = "fluent-plugin-kafka"
15
15
gem . require_paths = [ "lib" ]
16
- gem . version = '0.19.2 '
16
+ gem . version = '0.19.3 '
17
17
gem . required_ruby_version = ">= 2.1.0"
18
18
19
19
gem . add_dependency "fluentd" , [ ">= 0.10.58" , "< 2" ]
You can’t perform that action at this time.
0 commit comments