Dear Hakkers,
The Alpakka contributors are happy to announce a second release candidate for Alpakka 2.0!
What is Alpakka?
The Alpakka project is an open source initiative to implement stream-aware and reactive integration pipelines for Java and Scala. It is built on top of Akka Streams, and has been designed from the ground up to understand streaming natively and provide a DSL for reactive and stream-oriented programming, with built-in support for backpressure. Akka Streams is a Reactive Streams and JDK 9+ java.util.concurrent.Flow-compliant implementation and therefore fully interoperable with other implementations.
About 2.0
Things have taken much longer than we initially hoped and we hope the earlier milestone releases made it possible for the impatient users of Alpakka to try out the current versions and fixes.
The major version tick for Alpakka is due to major upgrades and changes in the dependencies used by the various connectors. Some Alpakka APIs changed as well, but we try to keep those changes minimal.
Alpakka 2.0 updates dependencies for most connectors.
Most notable changes in RC2 (compared to RC1)
-
NEW Pravega connector #2149 by @cheleb
Pravega provides a new storage abstraction - a stream - for continuous and unbounded data. A Pravega stream is an elastic set of durable and append-only segments, each segment being an unbounded sequence of bytes. Streams provide exactly-once semantics, and atomicity for groups of events using transactions. -
File: TAR archive generation #2241 by @choffmeister
We’ve adapted the Alpakka APIs even more to enable the use of the new actor APIs where possible.
Read the Release notes for all details.
Contributors
This release candidate contains changes from 8 contributors in the Alpakka community. Thank you all!
Author | Commits | Lines added | Lines removed |
---|---|---|---|
ennru | 14 | 306 | 210 |
cheleb | 3 | 1646 | 19 |
choffmeister | 1 | 478 | 21 |
aserrallerios | 1 | 66 | 21 |
btomala | 1 | 66 | 20 |
MrRexZ | 1 | 10 | 7 |
raboof | 1 | 2 | 2 |
paualarco | 1 | 1 | 1 |
The way to 2.0.0 final
Please take the RC2 for a spin in your projects and report any glitches. We expect to release the final version before end of April and do not expect more release candidates.
Akka by Lightbend
The Akka core team is employed by Lightbend. If you’re looking to take your Akka systems to the next level, let’s set up a time to discuss our enterprise-grade expert support, self-paced education courses, and technology enhancements that help you manage, monitor and secure your Akka systems - from development to production.
Happy hakking,
Your Alpakkas