From 5696a6d3f37294d1b2d8e63dca0c32a1ca7cb237 Mon Sep 17 00:00:00 2001 From: James Roper Date: Thu, 8 Feb 2018 23:26:17 +1100 Subject: [PATCH] Changed StreamRefs docs title to RS over the network (#24506) --- akka-docs/src/main/paradox/stream/stream-refs.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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