tag | 772551c308364102ff4ed60e3bbf613ede62f117 | |
---|---|---|
tagger | PJ Fanning <pjfanning@users.noreply.github.com> | Mon Oct 23 16:17:59 2023 +0100 |
object | 5432db19f38417eaeb5d9713ccd01633714f45b4 |
release 1.0.0
commit | 5432db19f38417eaeb5d9713ccd01633714f45b4 | [log] [tgz] |
---|---|---|
author | PJ Fanning <pjfanning@users.noreply.github.com> | Thu Oct 12 17:39:09 2023 +0100 |
committer | GitHub <noreply@github.com> | Thu Oct 12 17:39:09 2023 +0100 |
tree | e6bb7e27df6833f365d29729ab8f1adcbd098bb5 | |
parent | 8705d6e45e7db83fe82eb264402c4a76c432fcbd [diff] |
set module name to match what we have in our docs (#88) * set module name to match what we have in our docs refactor * scalafmt
Apache Pekko Projections provides an abstraction for consuming a stream of Envelope
(where Envelope
contains a payload and a trackable offset). This streams can originate from persisted events, Kafka topics, or other Apache Pekko connectors.
Apache Pekko Projections also provides tools to track, restart and distribute these projections.