add TODOs to encourage contributing operator examples (#25478)

This commit is contained in:
Konrad `ktoso` Malawski 2018-09-20 13:01:24 +09:00 committed by GitHub
parent cc0705483b
commit d0d54212dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 26 additions and 24 deletions

View file

@ -12,3 +12,6 @@ Create a sink which will write incoming `ByteString` s to a given file path.
@@@
## Description
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -5,6 +5,7 @@ Integration with Reactive Streams, materializes into a `org.reactivestreams.Publ
@ref[Sink operators](../index.md#sink-operators)
@@@ div { .group-scala }
## Signature
@@signature [Sink.scala](/akka-stream/src/main/scala/akka/stream/scaladsl/Sink.scala) { #asPublisher }
@ -12,3 +13,6 @@ Integration with Reactive Streams, materializes into a `org.reactivestreams.Publ
@@@
## Description
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -12,3 +12,6 @@ Integration with Reactive Streams, wraps a `org.reactivestreams.Subscriber` as a
@@@
## Description
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -14,3 +14,6 @@ Transform this stream by testing the type of each of the elements on which the e
## Description
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -12,9 +12,4 @@ Integration with Reactive Streams, materializes into a `org.reactivestreams.Subs
## Description
@@@div { .callout }
@@@
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -12,3 +12,6 @@ Integration with Reactive Streams, subscribes to a `org.reactivestreams.Publishe
@@@
## Description
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -14,9 +14,4 @@ Create a source that wraps an `InputStream`.
## Description
@@@div { .callout }
@@@
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -12,3 +12,6 @@ Create a source that wraps a Java 8 `Stream`.
@@@
## Description
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -12,3 +12,6 @@ Create a sink that wraps an `OutputStream`.
@@@
## Description
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -14,9 +14,4 @@ Create a sink which materializes into a @scala[`Future`] @java[`CompletionStage`
## Description
@@@div { .callout }
@@@
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646

View file

@ -14,9 +14,4 @@ Create a sink which materializes into a @scala[`Future`] @java[`CompletionStage`
## Description
@@@div { .callout }
@@@
TODO: We would welcome help on contributing descriptions and examples, see: https://github.com/akka/akka/issues/25646