/akka-stream-contrib

Add-ons to Akka Stream

Primary LanguageScalaOtherNOASSERTION

Akka Streams Contrib

Gitter

This project provides a home to Akka Streams add-ons which does not fit into the core Akka Streams module. There can be several reasons for it to not be included in the core module, such as:

  • the functionality is not considered to match the purpose of the core module
  • it is an experiment or requires iterations with user feedback before including into the stable core module
  • it requires a faster release cycle

Artifacts

To include the latest release of connectors into your sbt project, add one or more of the following lines to your build.sbt file:

// various graph stages
libraryDependencies += "com.typesafe.akka" %% "akka-stream-contrib" % "0.3"

// amqp connector
libraryDependencies += "com.typesafe.akka" %% "akka-stream-contrib-amqp" % "0.3"

// mqtt connector
libraryDependencies += "com.typesafe.akka" %% "akka-stream-contrib-mqtt" % "0.3"

These artifacts depend on Akka 2.4.9 and Scala 2.11.8.

Caveat Emptor

A component in this project does not have to obey the rule of staying binary compatible between releases. Breaking API changes may be introduced without notice as we refine and simplify based on your feedback. A module may be dropped in any release without prior deprecation. The Lightbend subscription does not cover support for these modules.