Releases: reactor/reactor-kafka
v1.3.15
Reactor-Kafka 1.3.15
is part of 2020.0.26
Release Train (Europium
SR26).
What's Changed
- Improve Partitions Resumed Log by @garyrussell in #302
- RePause User Paused Partitions After Rebase by @garyrussell in #306
Full Changelog: v1.3.14...v1.3.15
v1.3.14
Reactor-Kafka 1.3.14
is part of 2020.0.25
Release Train (Europium
SR25).
What's Changed
- Improve ack throughput with deferred commits by @pdanelson in #300
New Contributors
- @pdanelson made their first contribution in #300
Full Changelog: v1.3.13...v1.3.14
v1.3.13
Reactor-Kafka 3.4.13
is part of 2020.0.24
Release Train (Europium
SR24).
What's Changed
- Fix Pause During Back Pressure by @garyrussell in #286
- Fix Uneventful NPE in MockConsumer by @garyrussell in #285
Full Changelog: v1.3.12...v1.3.13
v1.3.12
Reactor-Kafka 3.4.12
is part of 2020.0.22
Release Train (Europium
SR22).
What's Changed
- Fix typo by @valery1707 in #276
- KafkaReceiverTest.transactionalOffsetCommit Fixes by @garyrussell in #275
- GH-266: Delay Rebalance Until Pipeline Drained by @garyrussell in #281
New Contributors
- @valery1707 made their first contribution in #276
Full Changelog: v1.3.11...v1.3.12
v1.3.11
What's Changed
- [chores] Update the build / Gradle 7.4 / GHA polish by @simonbasle in #267
- [build] Check license headers with spotless by @simonbasle in #270
- Fix ImmutableReceiverOptions hashCode/Equals by @garyrussell in #272
- Prettify readme by removing redundant path by @apffa in #273
- Swap out SimpleDateFormat with DateTimeFormatter by @ascopes in #271
- Add Delay for Commit Retries by @garyrussell in #268
New Contributors
Full Changelog: v1.3.10...v1.3.11
v1.3.10
What's Changed
- Fix Out of Order Commits After Rebalance by @garyrussell in #260
Full Changelog: v1.3.9...v1.3.10
v1.3.9
Reactor-Kafka 1.3.9
is part of 2020.0.15
Release Train (Europium
SR15).
This service release adds support for Exactly Once semantics (in beta v2) and bumps the Log4j2 dependency used in examples.
⭐ New Features and Enhancements
- Support Exactly Once Semantics (EOS Mode BETA V2) (#258)
📖 Documentation, Tests and Build
- Upgrade log4j to 2.17.1 (#257)
v1.3.8
Reactor-Kafka 1.3.8
is part of 2020.0.14
Release Train (Europium
SR14).
This service release adds a new Out of Order Commits feature, and bumps the Log4j2 dependency used in examples.
⭐ New Features and Enhancements
- Support Out of Order Commits (#253)
📖 Documentation, Tests and Build
v1.3.7
Reactor-Kafka 1.3.7
is part of 2020.0.12
Release Train (Europium
SR12).
This service release fixes an issue with the reference guide.
📖 Documentation, Tests and Build
- Removed the file new.adoc, thus fixing the section indentation in reference guide (#246)
👍 Thanks to all contributors who participated to this release
@AndersClausen made their first contribution in #246
v1.3.6
Reactor-Kafka 1.3.6
is part of 2020.0.11
Release Train (Europium
SR11).
This service release contains bugfixes and improves compatibility with new kafka-clients 3.0.0.
✨ New features and improvements
- Remove info log from ConsumerEventLoop#SubscribeEvent class (#236)
- kafka-clients 3.0.0 Compatibility (#239)
🪲 Bug fixes
- GH-233: Wake the consumer when the back pressure is relieved (#235)
- Take pause into account while rebalancing (#238)