File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 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+
111Release 0.19.2 - 2023/10/13
212 * out_rdkafka2: Add `discard_kafka_delivery_failed_regex`
313
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313 gem . test_files = gem . files . grep ( %r{^(test|spec|features)/} )
1414 gem . name = "fluent-plugin-kafka"
1515 gem . require_paths = [ "lib" ]
16- gem . version = '0.19.2 '
16+ gem . version = '0.19.3 '
1717 gem . required_ruby_version = ">= 2.1.0"
1818
1919 gem . add_dependency "fluentd" , [ ">= 0.10.58" , "< 2" ]
You can’t perform that action at this time.
0 commit comments