=per #15441 Remove persistent stream in docs and sample
We must first release akka-stream with dependency to akka 2.3.4 and it should be maintained in the akka-release-dev branch (cherry picked from commit a97a067701cfc527b235707882e72326277415f3) Conflicts: akka-samples/akka-sample-persistence-scala/build.sbt akka-samples/akka-sample-persistence-scala/src/main/scala/sample/persistence/StreamExample.scala
This commit is contained in:
parent
8eec3f92d3
commit
bc2aeaf0d3
6 changed files with 2 additions and 168 deletions
|
|
@ -60,10 +60,6 @@ Architecture
|
|||
persistent actor. A view itself does not journal new messages, instead, it updates internal state only from a persistent actor's
|
||||
replicated message stream.
|
||||
|
||||
* *Streams*: Messages written by a persistent actor can be published in compliance with the `Reactive Streams`_ specification.
|
||||
Only those messages that are explicitly requested from downstream persistent actors are actually pulled from a persistent actor's
|
||||
journal.
|
||||
|
||||
* *AbstractPersistentActorAtLeastOnceDelivery*: To send messages with at-least-once delivery semantics to destinations, also in
|
||||
case of sender and receiver JVM crashes.
|
||||
|
||||
|
|
@ -80,7 +76,6 @@ Architecture
|
|||
development of event sourced applications (see section :ref:`event-sourcing-java-lambda`)
|
||||
|
||||
.. _Community plugins: https://gist.github.com/krasserm/8612920#file-akka-persistence-plugins-md
|
||||
.. _Reactive Streams: http://www.reactive-streams.org/
|
||||
|
||||
.. _event-sourcing-java-lambda:
|
||||
|
||||
|
|
@ -335,13 +330,6 @@ The identifier must be defined with the ``viewId`` method.
|
|||
The ``viewId`` must differ from the referenced ``persistenceId``, unless :ref:`snapshots-java-lambda` of a view and its
|
||||
persistent actor shall be shared (which is what applications usually do not want).
|
||||
|
||||
.. _streams-java-lambda:
|
||||
|
||||
Streams
|
||||
=======
|
||||
|
||||
Java API coming soon. See also Scala :ref:`streams` documentation.
|
||||
|
||||
.. _snapshots-java-lambda:
|
||||
|
||||
Snapshots
|
||||
|
|
|
|||
|
|
@ -65,10 +65,6 @@ Architecture
|
|||
persistent actor. A view itself does not journal new messages, instead, it updates internal state only from a persistent actor's
|
||||
replicated message stream.
|
||||
|
||||
* *Streams*: Messages written by a persistent actor can be published in compliance with the `Reactive Streams`_ specification.
|
||||
Only those messages that are explicitly requested from downstream persistent actors are actually pulled from a persistent actor's
|
||||
journal.
|
||||
|
||||
* *UntypedPersistentActorAtLeastOnceDelivery*: To send messages with at-least-once delivery semantics to destinations, also in
|
||||
case of sender and receiver JVM crashes.
|
||||
|
||||
|
|
@ -82,7 +78,6 @@ Architecture
|
|||
storage plugin writes to the local filesystem.
|
||||
|
||||
.. _Community plugins: http://akka.io/community/
|
||||
.. _Reactive Streams: http://www.reactive-streams.org/
|
||||
|
||||
.. _event-sourcing-java:
|
||||
|
||||
|
|
@ -341,13 +336,6 @@ The identifier must be defined with the ``viewId`` method.
|
|||
The ``viewId`` must differ from the referenced ``persistenceId``, unless :ref:`snapshots-java` of a view and its
|
||||
persistent actor shall be shared (which is what applications usually do not want).
|
||||
|
||||
.. _streams-java:
|
||||
|
||||
Streams
|
||||
=======
|
||||
|
||||
Java API coming soon. See also Scala :ref:`streams` documentation.
|
||||
|
||||
.. _snapshots-java:
|
||||
|
||||
Snapshots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue