Skip to content

zhxiaogg/akka-stream-contrib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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

Dependencies

To include the latest release of akka-stream-contrib into your sbt project, add the following lines to your build.sbt file:

libraryDependencies += "com.typesafe.akka" %% "akka-stream-contrib" % "0.2"

This version of akka-stream-contrib depends on Akka 2.4.7 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

Add-ons to Akka Stream

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%