Skip to content
forked from akka/alpakka

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

License

Notifications You must be signed in to change notification settings

juliays/alpakka

This branch is 194 commits behind akka/alpakka:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 16, 2022
Oct 14, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Sep 21, 2022
Oct 10, 2022
Sep 21, 2022
May 10, 2019
Oct 14, 2022
Mar 11, 2022
Dec 13, 2022
Sep 21, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Jan 18, 2022
Sep 21, 2022
Oct 10, 2022
Oct 14, 2022
Oct 14, 2022
Sep 21, 2022
Oct 10, 2022
Jan 18, 2022
Sep 21, 2022
Sep 21, 2022
Mar 8, 2022
Oct 14, 2022
Oct 14, 2022
Oct 14, 2022
Feb 17, 2022
Oct 14, 2022
Sep 21, 2022
Dec 8, 2022
Jan 18, 2022
Oct 14, 2022
Oct 10, 2022
Sep 21, 2022
Oct 14, 2022
Dec 9, 2022
Sep 21, 2022
Oct 14, 2022
Nov 16, 2022
Nov 23, 2021
Jan 19, 2022
Oct 10, 2022
Sep 27, 2022
Nov 23, 2021
Oct 10, 2022
Mar 8, 2022
Sep 21, 2022
Oct 10, 2022
Oct 10, 2022
Jan 18, 2022
Dec 2, 2022
Nov 9, 2020
May 12, 2021
May 12, 2021
Nov 18, 2019
Aug 30, 2019
Nov 10, 2022
Oct 26, 2022
Feb 7, 2022
Jun 18, 2019
Oct 26, 2022
Jan 18, 2022
Nov 17, 2022

Repository files navigation

Alpakka scaladex-badge maven-central-badge CI on GitHub actions

Systems don't come alone. In the modern world of microservices and cloud deployment, new components must interact with legacy systems, making integration an important key to success. Reactive Streams give us a technology-independent tool to let these heterogeneous systems communicate without overwhelming each other.

The Alpakka project is an open source initiative to implement stream-aware, 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.

Documentation

To keep up with the latest Alpakka releases check out Alpakka releases and Alpakka Kafka connector releases.

Community

You can join these forums and chats to discuss and ask Akka and Alpakka related questions:

In addition to that, you may enjoy the following:

Contributing

Lightbend is committed to Alpakka and has an Alpakka team working on it.

Contributions are very welcome! The Alpakka team appreciates community contributions by both those new to Alpakka and those more experienced. Alpakka depends on the community to keep up with the ever-growing number of technologies with which to integrate. Please step up and share the successful Akka Stream integrations you implement with the Alpakka community.

If you find an issue that you'd like to see fixed, the quickest way to make that happen is to implement the fix and submit a pull request.

Refer to the CONTRIBUTING.md file for more details about the workflow, and general hints on how to prepare your pull request. If you're planning to implement a new module within Alpakka, look at our contributor advice.

You can also ask for clarifications or guidance in GitHub issues directly, or in the akka/dev chat if a more real time communication would be of benefit.

Caveat Emptor

Alpakka components are not always binary compatible between releases. API changes that are not backward compatible might be introduced as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. If not stated otherwise, the Lightbend subscription does not cover support for Alpakka modules.

Our goal is to improve the stability and test coverage for Alpakka APIs over time.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 83.2%
  • Java 16.7%
  • Shell 0.1%