Tradeshift / ts-reaktive

This repository shows how to build reactive applications in Java 8 using the Akka framework, on Akka Persistence, with cassandra as backend, and exposing an event sourced stream using HTTP.
MIT License
44 stars 18 forks source link

Replace "com.bluelabs" %% "s3-stream" with alpakka #71

Closed pjfanning closed 7 years ago

pjfanning commented 7 years ago

https://github.com/bluelabsio/s3-stream is no longer maintained and does not support scala 2.12. The s3-stream code has been merged into https://github.com/akka/alpakka/

This relates to https://github.com/Tradeshift/ts-reaktive/issues/64

pjfanning commented 7 years ago

https://github.com/Tradeshift/ts-reaktive/pull/74