diff --git a/akka-docs/src/main/paradox/stream/stream-refs.md b/akka-docs/src/main/paradox/stream/stream-refs.md index 20fcca0b96..a27f20e378 100644 --- a/akka-docs/src/main/paradox/stream/stream-refs.md +++ b/akka-docs/src/main/paradox/stream/stream-refs.md @@ -1,4 +1,4 @@ -# StreamRefs - streams over network boundaries +# StreamRefs - Reactive Streams over the network @@@ warning @@ -31,12 +31,6 @@ implement manually. This is not to be mistaken with deploying streams remotely, which this feature is not intended for. @@@ - -@@@ note - Since Akka Streams are an implementation of Reactive Streams, by induction, - one can also say that stream refs allow running *Reactive Streams over the network*. -@@@ - ## Stream References The prime use case for stream refs is to replace raw actor or HTTP messaging between systems where a long