Skip to content

v0.2.0

Compare
Choose a tag to compare
@iravid iravid released this 03 Oct 18:00
· 816 commits to master since this release

Changes from v0.1.0:

  • Add Consumer.consumeWith: a simpler API for effectfully consuming topics (#22) by @svroonland
  • Add a Producer sink for producing record chunks (#35) by @svroonland
  • Add nicer constructions for the Subscription terms (#38) by @pgabara
  • Fix a bug where the consumer would die on unexpected messages (#40) by @iravid