Skip to content

Commit e90e8d1

Browse files
committed
Add changelog entry for #151
Fixes #159
1 parent 3f8ff91 commit e90e8d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 6.2.2
29
- bump kafka dependency to 0.11.0.0
310

0 commit comments

Comments
 (0)