Remove or replace master/slave terminology from tests and API docs (#29252)
* Remove or replace master/slave terminology from tests and API docs * Replace master where it would potentially imply being master/slave
This commit is contained in:
parent
0a986bf13d
commit
25ea7b7f5e
7 changed files with 101 additions and 105 deletions
|
|
@ -54,9 +54,9 @@ Java
|
|||

|
||||
|
||||
Also substreams, more precisely, `SubFlow` and `SubSource` have methods that allow you to
|
||||
merge or concat substreams into the master stream again.
|
||||
merge or concat substreams into the main stream again.
|
||||
|
||||
The `mergeSubstreams` method merges an unbounded number of substreams back to the master stream.
|
||||
The `mergeSubstreams` method merges an unbounded number of substreams back to the main stream.
|
||||
|
||||
Scala
|
||||
: @@snip [SubstreamDocSpec.scala](/akka-docs/src/test/scala/docs/stream/SubstreamDocSpec.scala) { #groupBy3 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue