Skip to content

6.0.0

Compare
Choose a tag to compare
@ocadaruma ocadaruma released this 28 Nov 04:14
· 60 commits to master since this release

Breaking Changes

  • Support cooperative rebalancing fixes #98,#118 (#174)
    • From now on, decaton-processor internally uses Consumer#poll(Duration) API instead of deprecated Consumer#poll(long)
    • Due to this change, now REBALANCING -> SHUTTING_DOWN state transition is possible in SubscriptionStateListener
    • Also, Decaton only works with kafka-clients >= 2.0.0 from now on

New Features

Bug Fixes

Improvements

Other Changes

  • Use centraldogma 0.57 (#169)
  • Downgrade SLF4J / logback for compatibility (#171)
  • Upgrade protobuf to support apple silicon (#175)