Skip to content

Releases: akka/alpakka-kafka

v0.20

06 Apr 02:36
9e2b045
Compare
Choose a tag to compare

See details of this release in the milestone: https://github.com/akka/reactive-kafka/milestone/20?closed=1

Highlights:

  • Kafka 1.0 support #366
  • Consumer metrics exposed in Control materialized value #338
  • Ability to listen for Consumer rebalance events #421

0.8.8

12 May 05:56
Compare
Choose a tag to compare

Fix incorrect manual commits after consumer rebalance (#141)

0.8.7

29 Apr 15:36
Compare
Choose a tag to compare

Fixes critical bug with Publisher failing on serialization (#84)

0.8.6

25 Apr 11:56
Compare
Choose a tag to compare
  • Fix for partitioner issue with Array hashCode (#84)
  • Fix issues with re-committing offsets that were already committed (thx @pbarron!)
  • Switch to Akka 2.4.4 and scala-logging 3.1.0

0.10.1

04 Apr 13:02
Compare
Choose a tag to compare

This is a bugfix release with a major fix for #118

0.10.0

25 Feb 13:31
Compare
Choose a tag to compare
  • Switched to Akka 2.4.2 by kerr (@hepin1989)
  • Dropped Scala 2.10 support
  • Switched to Kafka Client 0.9.0.1
  • Fixed issues with stopping KafkaActorPublisher. Use KafkaActorPublisher.Stop now instead of ActorPublisherMessage.Cancel in order to stop manually.
    by Alexey Romanchuk (@13h3r)
  • Fix: cancel upstream if producer reports sending failure by Piotr Jarzemski (@kazuhiro)
  • Added 'clientId' to ConsumerProperties
  • Other fixes and improvements (docs, examples) by Asko Kauppi (@akauppi) and Coty Rosenblath

Also, this release contains new GraphStage - based API. Please note that this is intermediary API and it will be rebuilt with future releases. Many thanks to Asko Kauppi, Alexey Romanchuk and Mike Krumlauf (@mjkrumlauf) for contributing to these efforts.

0.8.5

22 Feb 15:04
Compare
Choose a tag to compare
  • Based on Akka 2.4.2 (Scala 2.10 support dropped)
  • Some minor bugfixes

This release also includes initial support for GraphStage-based API but it's not recommended to use due to a major rebuild process which is still ongoing (see https://github.com/13h3r/reactive-kafka/blob/wip/api-ideas/docs/NewAPI.md for details).

0.9.0

30 Dec 10:56
Compare
Choose a tag to compare
  • Switch to Kafka 0.9.0.0
  • Switch to Akka Streams 2.0

0.8.4

30 Dec 10:55
Compare
Choose a tag to compare

Switch to Akka Streams 2.0

0.8.3

28 Nov 22:32
Compare
Choose a tag to compare
  • #53 Fixes major off-by one issue with offsets in Kafka manual committer
  • Automatically stops the publisher actor after it fails - allows simpler manual restarting
  • Other minor fixes