pekko/akka-stream/src/main
Konrad Malawski 70e225b734 =per native typed implementation of Eventsourced=>PersistendBehavior
timeout is explicitly a message of Command

persitAll and chainable side effects work well

more tests pasing

additional sanity check that mutable behaviors work as expected

unstashing needs to "loop through" the AdapterActor otherwise Stopped
won't work

solve unstashing/stop issue, by not randomly init()ing, but unstashing

snapshotting works

all tests green

rebased

nicer log source

remove IncomingCommand wrapper, we dont need it

no need for shared counter

remove not needed methods and state

more state cleanup, using Behaviors.same

reminder that we DO need that same alias, since stash does not work with
the Behavior.same

introduce config for stash buffer

stopping now works after persisting

compile fix

cleanup

reduced number of adapter styles needed for co-existence of persistence

final cleanup done, less passing around 40 objects, carriers provided
now
2018-03-13 00:40:13 +09:00
..
boilerplate/akka/stream Update copyright to 2018 (#24241) 2018-01-04 17:26:29 +00:00
java/akka/stream +str #24229 move SinkRef / SourceRef to akka.stream 2018-01-23 02:27:10 +09:00
java-jdk9-only/akka/stream/javadsl Update copyright to 2018 (#24241) 2018-01-04 17:26:29 +00:00
mima-filters deduplicate logic for IODispatcher #24604 (#24619) 2018-03-07 15:12:34 +01:00
protobuf +str #24229 move SinkRef / SourceRef to akka.stream 2018-01-23 02:27:10 +09:00
resources fix blocking-io-dispatcher setting, #24357 2018-02-22 18:03:08 +01:00
scala =per native typed implementation of Eventsourced=>PersistendBehavior 2018-03-13 00:40:13 +09:00
scala-jdk9-only/akka/stream Update copyright to 2018 (#24241) 2018-01-04 17:26:29 +00:00