Endre Sándor Varga
bf47c93504
!str #17406 : Remove references to removed allowCycles() in docs
2015-07-09 10:11:38 +02:00
Konrad Malawski
c0e52338df
=str #16787 java cookbook
2015-07-08 17:35:14 +03:00
Heiko Seeberger
5b2339f35d
Fixes for Akka Streams docs
2015-06-26 14:46:14 +02:00
Endre Sándor Varga
8702f09f10
Remove simple line parsing, exposing explicit delimiter stage instead
2015-06-24 11:19:29 +02:00
Endre Sándor Varga
c7a974dd1e
Rename RunnableFlow to RunnableGraph
2015-06-23 18:49:53 +02:00
Endre Sándor Varga
7879a5521b
Rename FlowMaterializer to Materializer
2015-06-23 18:47:28 +02:00
Martynas Mickevicius
4841b17ca2
=doc #17291 grammar fixes and Await.result instead of Await.ready
2015-06-22 13:54:49 +03:00
Martynas Mickevičius
5671bbe696
=doc #17291 java docs code
2015-06-19 14:42:43 +03:00
drewhk
16afc46931
Merge pull request #17446 from drewhk/wip-17310-basic-framing-support-drewhk
...
+str #17310 : Basic framing support
2015-06-12 10:40:01 +02:00
Endre Sándor Varga
6318f3e972
+str #17310 : Basic framing support
2015-06-02 14:24:42 +02:00
Martynas Mickevičius
cfe4e697fa
=doc #17358 remove duplicates
2015-06-02 15:05:12 +03:00
Martynas Mickevičius
e863a9c703
=str #17167 drop new overflow strategy
2015-06-01 18:08:13 +03:00
Philip L. McMahon
9c48bd8099
=doc Correct typos in "Streaming File IO" section
2015-05-24 09:55:19 -07:00
Mathias
20759e1b34
=doc Significantly extend HTTP documentation with new content and ports from spray docs
2015-05-21 10:53:24 +02:00
Endre Sándor Varga
7ad4fdc3ce
!str #17123 : Make materialized value handling method names consistent
2015-05-05 12:42:41 +02:00
Patrik Nordwall
882975e546
=str minor doc syntax correction
2015-04-24 17:37:05 +02:00
Endre Sándor Varga
e82b89e285
+doc, str #16716 : Table summarizing built-in processing stages
2015-04-24 11:29:23 +02:00
Martynas Mickevičius
8e2cc3e70f
=str #17089 stream testkit
2015-04-24 12:25:54 +03:00
Endre Sándor Varga
6736d91110
+doc, str #16714 : Add documentation explaining parallelism and pipelining
2015-04-24 10:30:15 +02:00
Konrad Malawski
cebd9bf1ae
+str #15588,#17229 Java 6 Synchronous File Sink / Source
...
These are synchronous implementations, because we need to be Java 6
compatible while developing on 2.3.x. However asynchronous
implementations using AsynchronousFileChannel will come soon for JDK7
users.
+ ActorPublisher/Subscriber now manage stopping of the actor
+ added documentation on configuring dispatcher for File IO
+ properly handle if source file does not exist
+ file sink / source come with default io dispatcher
> verified no actors are leaking
> exceptions are caught and onErrored properly
+ moved files to akka.stream.io
+ Added OutputStreamSink and InputStreamSource
2015-04-23 18:15:10 +02:00
Konrad Malawski
88e013b99b
=str #16608 adds section in readme explaining null is illegal
2015-04-15 17:50:43 +02:00
Patrik Nordwall
b69988c190
!str #16937 Remove section, in favor of via and separate flow
2015-04-10 17:34:29 +02:00
Patrik Nordwall
f4ed62b84c
!str #16520 Add ActorRefSource
...
* and rename the factory for ActorPublisherSource,
from Source.apply to Source.actorPublisher
* including internal buffer, with OverflowStrategy
* support to complete/fail stream
2015-04-10 13:53:15 +02:00
Patrik Nordwall
946faedd95
!str #16521 Add ActorRefSink
...
* also rename the factory for ActorSubscriber props Sink,
from apply to actorSubscriber
2015-04-10 12:58:52 +02:00
Roland Kuhn
8f47b6dfcc
Merge pull request #17105 from akka/wip-async-stage-∂π
...
add async stage
2015-04-10 10:52:01 +02:00
Roland Kuhn
4c623fade7
!str #17090 add AsyncStage
2015-04-10 09:00:36 +02:00
Konrad Malawski
46d4e86988
=doc #16670 version in docs should be auto-replaced
2015-04-08 14:58:12 +02:00
Endre Sándor Varga
a7af773e2c
!str #16168 : Expose materialized value in the graph as a "source"
2015-04-07 12:51:18 +02:00
Roland Kuhn
157629f8af
!str #16416,#16994 BidiFlow DSL and Flow.join Mat
...
- add BidiFlow, with atop and join combinators
- add Flow.join(BidiFlow)
- correct Flow.join’s default materialized value selection to Keep.left
2015-03-24 11:10:14 +01:00
Roland Kuhn
fd621ebc36
fix source link in Java stream docs
2015-02-27 17:11:38 +01:00
Endre Sándor Varga
75a67b13ca
+doc: Added materialized value handling section for Java
2015-02-27 15:23:41 +01:00
Roland Kuhn
176ac8be83
mention BoxedUnit in the Java QuickStart
2015-02-27 14:05:14 +01:00
Roland Kuhn
f1e9c2629c
Merge pull request #16958 from drewhk/wip-fix-stream-customize-docs
...
+doc: Fix stream-customize docs
2015-02-27 13:52:09 +01:00
Endre Sándor Varga
ba12fbfab9
+doc: Fix stream-customize docs
2015-02-27 13:16:23 +01:00
Roland Kuhn
46a13f9f2b
rework java/stream-graph.rst
2015-02-27 13:11:23 +01:00
Roland Kuhn
2959159e78
small fixes to stream supervision
2015-02-26 12:09:40 +01:00
Patrik Nordwall
693dcbefcc
+str #15750 Prototype of stream supervision
...
* add supervion for stages and built in ops run by interpreter
* add supervision for mapAsync and mapAsyncUnordered
* add supervision to groupBy and splitWhen
* reference doc for scala and java
2015-02-20 15:44:01 +01:00
Konrad Malawski
8c54bad00a
Merge pull request #16776 from ktoso/doc-stream-integrations-java-ktoso
...
=str java documentation for integrating streams
2015-02-06 12:31:55 +01:00
Konrad Malawski
21215e9e56
=str #16652 java documentation for integrating streams
2015-02-06 10:39:43 +01:00
Patrik Nordwall
9efe0250f9
Merge pull request #16779 from akka/wip-16652-stream-docs-java-7-patriknw
...
=str #16652 Add java docs for 'Working with streaming IO'
2015-02-06 10:12:14 +01:00
Patrik Nordwall
20f4aeb2fc
=str #16652 Add java docs for 'Working with streaming IO'
2015-02-06 10:11:17 +01:00
Patrik Nordwall
2e94356fcd
Merge pull request #16778 from akka/wip-16652-stream-docs-java-6-patriknw
...
=str #16652 Add java docs for 'Basics and working with Flows'
2015-02-06 10:08:55 +01:00
Patrik Nordwall
685da0b80a
=str #16652 Add java docs for 'Basics and working with Flows'
2015-02-06 10:08:13 +01:00
Patrik Nordwall
c226c8b72d
Merge pull request #16774 from akka/wip-16652-stream-docs-java-5-patriknw
...
=str #16652 Add java docs for 'Buffers and rate'
2015-02-06 10:03:47 +01:00
Patrik Nordwall
e5055337c0
=str #16652 Add java docs for 'Buffers and rate'
2015-02-06 10:03:08 +01:00
Patrik Nordwall
0a43aa2693
=str #16652 Add java docs for 'Custom stream processing'
2015-02-05 10:38:00 +01:00
Patrik Nordwall
b442c4d9e6
Merge pull request #16756 from akka/wip-16448-err-vs-fail-patriknw
...
!str #16448 Change error to failure
2015-02-03 13:45:28 +01:00
Patrik Nordwall
2740d67c61
!str #16565 Make Flexi* limitations explicit
...
* remove isDemandAvailable
* hide emit from CompletionHandler context
* throw if more than one emit in response to an input
* had to remove the OrderedMerge test/sample because emitting
from CompletionHandler is currently not supported
* FlexiRoute and FlexiMerge might become more capable later, see issue 16753
2015-02-03 13:42:48 +01:00
Roland Kuhn
eac42c2121
=doc #16672 explain relationship between AS and RS
2015-02-02 10:48:00 +01:00
Patrik Nordwall
01646d10ff
!str #16448 Change error to failure
...
* one API change OverflowStrategy.error -> OverflowStrategy.fail
* error is still kept in the internals where we are at the reactive
streams level
2015-01-30 10:30:56 +01:00