Skip to content
/ alpakka Public
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

nivox/alpakka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.4"

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

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

These artifacts depend on Akka 2.4.10 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.

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

Packages

No packages published

Languages

  • Scala 81.3%
  • Java 18.6%
  • Shell 0.1%