14. Akka Streams
• DSL for describing data transformation pipelines.
• Uses Actor Model.
• Implements the Reactive Streams specification.
アクターモデルを使用した、データ変換パイプラインを記述するためのDSL。
Reactive Streams仕様を実装。
15. Akka Streams
• Focused on backpressure and async processing.
• Comes with a powerful test kit.
• Extensible.
バックプレッシャーと非同期処理にフォーカス。強力な非同期コード用のテストツー
ル。拡張可能。
17. Alpakka
Initiative to build a rich set of connectors
HTTP
Streaming TCP
Streaming File IO
Reactive Streams (MongoDB Reactive Streams Java Driver)
豊富なコネクタを構築する取組み
22. akka-stream-kafka
• Started as reactive-kafka @ SoftwareMill
• First users
• Alexey Romanchuk has rebuilt the library
• Akka Team joined (Patrik Nordwall, Endre Varga)
reactive-kafka として SoftwareMill で開発を始める。Alexey Romanchuk が再構
築し、その後 Akka Team が参加。