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 3f8ff91 commit e90e8d1Copy full SHA for e90e8d1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 6.2.3
2
+ - Bugfix: Sends are now retried until successful. Previously, failed transmissions to Kafka
3
+ could have been lost by the KafkaProducer library. Now we verify transmission explicitly.
4
+ This changes the default 'retry' from 0 to retry-forever. It was a bug that we defaulted
5
+ to a retry count of 0.
6
+ https://github.com/logstash-plugins/logstash-output-kafka/pull/151
7
+
8
## 6.2.2
9
- bump kafka dependency to 0.11.0.0
10
0 commit comments