Decaton Versions Save

High throughput asynchronous task processing on Apache Kafka

v8.0.1

2 weeks ago

Breaking Changes

New Features

Bug Fixes

  • Use TopicPartition.topic for metrics #235

Improvements

Other Changes

  • Bump dependencies (micrometer/tracing, spring-boot, central-dogma) #233
  • Fix ResourceTracker in benchmark to work fine with VIRTUAL_THREAD #234

v8.0.0

2 months ago

Breaking Changes

  • Add virtual threads support #224
    • AsyncShutdownable interface was replaced to AsyncClose

New Features

  • Add virtual threads support #224

Bug Fixes

Improvements

  • Cache CD dynamic properties #222

Other Changes

v7.2.0

6 months ago

Breaking Changes

New Features

  • Add delivery latency and scheduled delay metrics (#218)

Bug Fixes

Improvements

  • Some updates and improvements for the benchmark module (#219)
  • New metrics follow up for #218 (#220)

Other Changes

  • Drop Java8 support, upgrade gradle and junit (#214)
    • NOTE: Java8 is still supported because we reverted it in #215
  • Bring back java 8 support (#215)

v7.1.1

8 months ago

Breaking Changes

New Features

Bug Fixes

  • Prevent non-RuntimeException causes completion-leak fixes #211 (#212)

Improvements

Other Changes

v7.1.0

9 months ago

Breaking Changes

New Features

  • Support spring boot 3 on decaton-spring #210

Bug Fixes

Improvements

Other Changes

v7.0.0

10 months ago

Breaking Changes

  • Make max.pending.records property reloadable (#207)

New Features

Bug Fixes

Improvements

Other Changes

v6.5.0

1 year ago

Breaking Changes

New Features

  • Support micrometer-tracing (#205)

Bug Fixes

Improvements

Other Changes

v6.4.0

1 year ago

Breaking Changes

New Features

  • Per-key quota fixes #167 (#192)

Bug Fixes

  • Pass Count-Min parameters correctly (#204)

Improvements

Other Changes

v6.3.2

1 year ago

Breaking Changes

New Features

Bug Fixes

  • Handle RebalanceInProgressException on sync commit fixes #201 (#202)

Improvements

Other Changes

  • Bump dependencies (#200)

v6.3.1

1 year ago

Breaking Changes

New Features

Bug Fixes

Improvements

  • Narrow down the scope of waiting for pending tasks to per partition (#191)

Other Changes