Skip to content

v2.0.0

Compare
Choose a tag to compare
@ocadaruma ocadaruma released this 27 Apr 10:00
· 113 commits to master since this release

Breaking Changes

  • Stop setting record timestamp from meta fixes (#102)
    • Regarding this fix, DecatonClient no longer propagates TaskMetadata#timestampMillis to ProducerRecord#timestamp. ProducerRecord#timestamp will be set to System.currentTimeMillis by KafkaProducer internally, regardless of TaskMetadata.

New Features

Bug Fixes

Improvements

Other Changes

  • Add integration tests for BraveTracingProvider (#93)
  • MetricsTest should clear metrics in advance to make test result stable (#95)