Skip to content

0.0.38

Compare
Choose a tag to compare
@kawamuray kawamuray released this 26 May 07:04
· 174 commits to master since this release

Breaking Changes

  • Replace decaton_partitions_paused metrics with per-partition boolean metric to make it work correctly #40
  • Cleanup all metrics at corresponding shutdown #38 (including micrometer version upgrade that seems to have introduced incompatible API change)

New Features

  • Add profiling capability to benchmark #36 (new metrics to measure time durations in consumer threads added)

Bug Fixes

  • Cleanup all metrics at corresponding shutdown #38
  • Replace decaton_partitions_paused metrics with per-partition boolean metric to make it work correctly #40

Improvements

  • Improve comment for deferred completion when using retry #41

Other Changes

  • Add benchmark module to perform integrated benchmark continuously #27
  • Add profiling capability to benchmark #36