Skip to content

0.5.2.5

Compare
Choose a tag to compare
@rkolesnev rkolesnev released this 22 Feb 18:26
· 142 commits to master since this release

Improvements

  • perf: Adds a caching layer to work management to alleviate O(n) counting (#530)

Fixes

  • fixes: #195 NoSuchFieldException when using consumer inherited from KafkaConsumer (#469)
  • fix: After new performance fix PR#530 merges - corner case could cause out of order processing (#534)
  • fix: Cleanup WorkManager's count of in-progress work, when work is stale after partition revocation (#547)

GH generated:

What's Changed

  • fixes: #195 NoSuchFieldException when using consumer inherited from KafkaConsumer by @astubbs in #469
  • tests: Demonstrates how to use MockConsumer with PC for issue #176 by @astubbs in #470
  • logs: Add partition to warning upon log Truncation by @Ehud-Lev-Forter in #489
  • minor: fixes #486: Missing generics in JStreamParallelStreamProcessor by @astubbs in #491
  • build(deps): wiremock, mvn-release, reactor, podam, postgresql, junit-pioneer by @astubbs in #495
  • minor: tests: Removes empty/not implemented tests by @astubbs in #493
  • tests: Extra test coverage for when there is less keys than threads by @astubbs in #450
  • docs: Remove legacy config maxUncommittedMessagesToHandle from readme by @astubbs in #503
  • build(deps): vertx, maven-dependency, testcontainers, logback, mockito by @astubbs in #504
  • docs: Changelog update by @astubbs in #507
  • minor: JStream review / generics fixes by @astubbs in #505
  • build: Update JenkinsFile to match upstream changes by @astubbs in #521
  • minor: Remove dangling API methods which were kept by accident by @astubbs in #522
  • minor: Fix enum naming, tests tweak by @astubbs in #517
  • build(deps): bump vertx.version, maven-install, slf4j-api, reactor-core, versions-maven-plugin by @astubbs in #523
  • fixes #327: Improve error message when Kafka Streams magic number found by @nachomdo in #482
  • Add missing @UtilityClass to utils class by @acktsap in #518
  • docs: Yourkit Attribution by @astubbs in #529
  • fix: After new performance fix PR#530 merges - corner case could cause out of order processing by @astubbs in #534
  • Fixes #547 - Cleanup WorkManager#numberRecordsOutForProcessing when w… by @RaviKalasapur in #549

New Contributors

Full Changelog: 0.5.2.4...0.5.2.5