Endre Sándor Varga
8d77fa8b29
!str #16902 : Unify stream internal representation
...
also =str #16912 : Fix StreamTcpSpec flakiness
2015-02-26 10:06:56 +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
2beaucoup
ada5922440
!htp #16593 negotiate content encoding
2015-02-18 09:28:15 +01:00
Konrad Malawski
35117748f6
Merge pull request #16786 from ktoso/docs-fixup-NPE
...
=str #16683 fixes NPE in stateful stage example
2015-02-06 13:07:13 +01:00
Konrad Malawski
a5e57736c8
=str #16683 fixes NPE in stateful stage example
2015-02-06 13:06:46 +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
83e91f770b
Merge pull request #16755 from akka/wip-16672-AS-vs-RS-∂π
...
=doc #16672 explain relationship between AS and RS
2015-02-02 10:48:23 +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
Konrad Malawski
286c08e848
=doc #16740 add missing \n to examples, test if really works
2015-01-29 14:52:58 +01:00
Patrik Nordwall
580ba8c484
Merge pull request #16730 from akka/wip-15851-ActorBasedFlowMaterializer-patriknw
...
!str #15851 Rename FlowMaterializer and settings
2015-01-29 10:30:08 +01:00
Patrik Nordwall
de5bff0444
Merge pull request #16727 from akka/wip-16577-FlexiMerge-exceptions-patriknw
...
!str #6577 Align API of Flexi with Stage
2015-01-29 10:26:53 +01:00
Patrik Nordwall
8505e4935a
!str #6577 Align API of Flexi with Stage
...
* error -> fail
* complete -> finish
* onComplete - onUpstreamFinish
* onError - onUpstreamFailure
* onCancel - onDownstreamFinish
2015-01-29 10:25:52 +01:00
Konrad Malawski
9c9984aaf9
Merge pull request #16721 from ktoso/runOps-ktoso
...
!str #16563 terminal operations start with run*; runFold runForeach
2015-01-28 10:24:38 +01:00
Patrik Nordwall
cd9d503b03
!str #15851 Rename FlowMaterializer and settings
...
* FlowMaterializer is now the actor independent interface
* ActorFlowMaterializer is the actor based interface
* MaterializerSettings renamed to ActorFlowMaterializerSettings
* impl.ActorBasedFlowMaterializer renamed to impl.ActorFlowMaterializerImpl
* Optimizations included in ActorFlowMaterializerSettings
* Note that http is using FlowMaterializer in api, but I suspect that it
will currently only run with a ActorFlowMaterializer
2015-01-27 19:22:22 +01:00
Konrad Malawski
39038597b2
!str #16563 terminal operations start with run*; runFold runForeach
2015-01-26 15:39:36 +01:00
Patrik Nordwall
631b4ca5ac
!str #16492 Remove closure in TickSource to make it shareable
2015-01-26 14:16:59 +01:00
Patrik Nordwall
ed832ea7a9
=str #16652 Convert 'Working with Graphs' to java
...
* fixed missing or wrong javadsl
2015-01-26 13:31:49 +01:00
Philip L. McMahon
235feed74a
=doc s/apropriate/appropriate/
2015-01-18 11:37:24 -08:00
Patrik Nordwall
18e2d50aa9
Merge pull request #16656 from akka/wip-16652-stream-docs-java-2-patriknw
...
str #16652 Convert quickstart to java
2015-01-16 17:54:15 +01:00
Konrad Malawski
865f713a51
Merge pull request #16628 from ktoso/docs-fleximerge-ktoso
...
+doc FlexiMerge / FlexiRoute docs
2015-01-15 17:43:59 +01:00
Konrad 'ktoso' Malawski
4dbe6bc5c6
+doc FlexiMerge/FlexiRoute docs
2015-01-15 17:42:45 +01:00
Patrik Nordwall
947016cb45
str #16652 Convert quickstart to java
2015-01-15 15:02:19 +01:00
Heiko Seeberger
65fa3952c0
=doc fixes for Akka Streams "Basics and working with Flows"
2015-01-08 10:23:59 +01:00
Heiko Seeberger
18f99b65cd
=doc fixes for Akka Streams "Working with Graphs"
2015-01-07 19:11:41 +01:00
Heiko Seeberger
db44791a58
=doc fixes for Akka Streams quick start guide
2014-12-26 08:43:46 +01:00
Konrad Malawski
ea389e16ed
Merge pull request #16599 from ktoso/docs-io-ktoso
...
+doc StreamTCP docs
2014-12-23 11:39:02 +01:00
Konrad 'ktoso' Malawski
e98af843ae
+doc #16549 StreamTCP docs
2014-12-23 11:38:39 +01:00
Endre Sándor Varga
beffbab601
added custom linear stages section
2014-12-22 17:34:31 +01:00
Endre Sándor Varga
fc8560afa9
Added explicit buffers section
2014-12-22 13:25:06 +01:00
Endre Sándor Varga
de982b0607
+doc: Added section about buffering
2014-12-22 12:43:01 +01:00
drewhk
a441657ac2
Merge pull request #16589 from drewhk/wip-stream-docs-improvements-1-drewhk
...
+doc: Changes to basics+flows part
2014-12-22 11:09:42 +01:00
Endre Sándor Varga
d7dc5bbc3b
+doc: Changes to basics+flows part
2014-12-22 11:09:04 +01:00
Roland Kuhn
38539372b5
some more doc fixes
2014-12-20 17:12:54 +01:00
Endre Sándor Varga
754d50abdb
+doc: Changes to basics+flows part
2014-12-20 16:46:57 +01:00
Roland Kuhn
c01de935c8
fix some small things in HTTP
2014-12-20 16:03:34 +01:00
Roland Kuhn
40578baa9c
fix some sphinx errors
2014-12-20 15:46:07 +01:00
drewhk
2438d7d034
Merge pull request #16587 from drewhk/wip-stream-doc-strucure-drewhk
...
!doc: Finish restructuring
2014-12-20 15:30:22 +01:00
Endre Sándor Varga
21830e8aa5
!doc: Finish restructuring
2014-12-20 15:29:34 +01:00
Roland Kuhn
20e14a3418
Merge pull request #16586 from akka/wip-move-http-docs
...
=htp move docs and create TOC structure
2014-12-20 14:55:54 +01:00