Add ApiMayChange warning in docs of StreamRefs (#24389)
* Add ApiMayChange warning in docs of StreamRefs * Update stream-refs.md
This commit is contained in:
parent
b12b3740e3
commit
49b59083e2
1 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,13 @@
|
|||
# Akka Streams over network boundaries
|
||||
# StreamRefs - streams over network boundaries
|
||||
|
||||
@@@ warning
|
||||
|
||||
This module is currently marked as @ref:[may change](../common/may-change.md) in the sense
|
||||
of being the subject of active research. This means that API or semantics can
|
||||
change without warning or deprecation period and it is not recommended to use
|
||||
this module in production just yet—you have been warned.
|
||||
|
||||
@@@
|
||||
|
||||
Stream references, or "stream refs" for short, allow running Akka Streams across multiple nodes within
|
||||
an Akka Cluster.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue