Alpakka Kafka Versions Save

Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

v6.0.0

4 days ago

What's Changed

Full Changelog: https://github.com/akka/alpakka-kafka/compare/v5.0.0...v6.0.0

v5.0.0

6 months ago

What's Changed

Full Changelog: https://github.com/akka/alpakka-kafka/compare/v4.0.2...v5.0.0

v5.0.0-M1

7 months ago

Changes

Benchmarks

Alpakka Kafka core

  • fix: only attach callbacks in DrainingControl.isShutdown once #1654 by @leviramsey

Tests

Documentation

v4.0.2

1 year ago

What's Changed

Note: The 4.0.1 artifacts did not support Java 8, this release fixes that.

Full list of less significant changes

New Contributors

Full Changelog: https://github.com/akka/alpakka-kafka/compare/v4.0.0...v4.0.2

v4.0.1

1 year ago

This release was not published in a Java 8 compatible way, please use release 4.0.2.

What's Changed

Full list of less significant changes

New Contributors

Full Changelog: https://github.com/akka/alpakka-kafka/compare/v4.0.0...v4.0.1

v4.0.0

1 year ago

Changes

v3.1.0-M2

1 year ago

Changes

Alpakka Kafka core

  • bump: Akka M5; sbt 1.7.2 and test library versions #1564 by @ennru

Tests

Alpakka Kafka Testkit

Documentation

v3.1.0-M1

1 year ago

Changes

Benchmarks

Alpakka Kafka core

Tests

Alpakka Kafka Testkit

Documentation

v3.0.1

1 year ago

Changes

Alpakka Kafka core

Alpakka Kafka Testkit

Documentation

Credit

commits  added  removed
      3     11        7 Enno Runne
      2     46       19 Yuval Shimon
      2      6        1 Matthew de Detrich
      1      7        0 Dragisa Krsmanovic
      1      2        2 Levi Ramsey
      1      1        1 Sławomir Potoczek
      1      0        2 Justin Pihony

v3.0.0

2 years ago

Alpakka Kafka 3.0 features the upgrade to the current Kafka client library 3.0.0 which is backward compatible with Kafka brokers of older versions. Alpakka Kafka 3.0 is published for Scala 2.13.

Alpakka Kafka does not change its APIs, even previously deprecated APIs are kept. The major version upgrade is motivated by the Kafka clients upgrade and some changes to its dependencies.

Changes

  • Kafka client 3.0.0 does not require Jackson anymore
  • With being Scala 2.13 only the Scala Collection Compatibility library was removed

Upgrading to Alpakka Kafka 3.0

We recommend you ensure to be on current versions of the Alpakka Kafka dependencies before upgrading.

  • Scala 2.13.8
  • Akka 2.6.18

Full Changelog: https://github.com/akka/alpakka-kafka/compare/v2.1.1...v3.0.0