Micronaut Kafka 5.0.0-M1
Pre-release
Pre-release
What's Changed
Bug Fixes π
- fix: Fix the bug of losing events in the case of multiple partitions while error happening by @JevanWu in #639
Improvements β
- GH-604: Introduce exponential backoff for ErrorStrategy retry delay by @breader124 in #644
Dependency updates π
- fix(deps): update dependency org.apache.kafka:kafka-clients to v3 by @renovate in #582
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.0.2 by @renovate in #597
- fix(deps): update managed-kafka to v3 (major) by @renovate in #583
- chore(deps): update slsa-framework/slsa-github-generator action to v1.3.0 by @renovate in #628
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.1.0 by @renovate in #627
- chore(deps): update mikepenz/action-junit-report action to v3.6.1 by @renovate in #626
- chore(deps): update dependency gradle to v7.6 by @renovate in #625
- chore(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.6.5 by @renovate in #623
- fix(deps): update managed-kafka to v3.3.2 by @renovate in #650
- fix(deps): update dependency io.zipkin.brave:brave-instrumentation-kafka-clients to v5.15.0 by @renovate in #655
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.2.1 by @renovate in #651
- fix(deps): update dependency org.apache.kafka:kafka-clients to v3.4.0 by @renovate in #649
- fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v3.7.0 by @renovate in #643
- chore(deps): update plugin io.micronaut.build.shared.settings to v6.2.2 by @renovate in #659
- fix(deps): update managed-kafka to v3.4.0 by @renovate in #660
- chore(deps): update dependency org.graalvm.sdk:graal-sdk to v22.3.1 by @renovate in #558
Other Changes π‘
- Upgrade to Micronaut 4 snapshot by @wetted in #617
- Remove OpenTracing and add upgrade notes by @graemerocher in #621
- Fix Kafka Stream Build Failures by @graemerocher in #622
- Migrate to build plugins 6.1.1, update version catalog and dependencies to correspond to changed bom/platform architecture, misc build fixes. by @wetted in #641
- Improve docs for
@KafkaClient
/@KafkaListener
behavior by @MT-Jacobs in #657 - Add support to infer kafka key and value deserializer types when batch is enabled by @dhofftgt in #598
- Fix graalvm issues with micronaut-kafka not working (4.5.x) by @oliverbestmann in #658
- fix deprecation warnings by @graemerocher in #672
- use milestone dependencies by @sdelamo in #679
- docs(OffsetStrategy): align with docs and implementation by @NickHackman in #680
- ci: GraalvM Dev CI and micrometer M1 by @sdelamo in #685
New Contributors
- @breader124 made their first contribution in #644
- @JevanWu made their first contribution in #639
- @MT-Jacobs made their first contribution in #657
- @dhofftgt made their first contribution in #598
- @oliverbestmann made their first contribution in #658
- @NickHackman made their first contribution in #680
Full Changelog: v4.5.0...v5.0.0-M1