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
drewhk
9d13f712d2
Merge pull request #16728 from drewhk/wip-16553-fix-tcp-stream-close-scenarios-drewhk
...
=str #16553 : Fix TCP stream shutdown scenarios
2015-02-06 13:04:45 +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
Endre Sándor Varga
bec3be8155
=str #16553 : Fix TCP stream shutdown scenarios
2015-02-06 11:56:08 +01:00
drewhk
ed7a81e94d
Merge pull request #16720 from drewhk/wip-16425-bind-failure-and-unbind-drewhk
...
!str #16425 : Fix bind failure tests, unbind should not fail on bind errors
2015-02-06 11:01:28 +01:00
Konrad Malawski
21215e9e56
=str #16652 java documentation for integrating streams
2015-02-06 10:39:43 +01:00
Endre Sándor Varga
972636f500
!str #16425 : Fix bind failure tests, unbind should not fail on bind error
2015-02-06 10:18:18 +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
drewhk
f58684397c
Merge pull request #16718 from drewhk/wip-16231-correct-jumpback-table-drewhk
...
=str #16231 : Protect jumpback table from corruption
2015-02-06 10:04:00 +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
2eda4ee1a5
Merge pull request #16770 from akka/wip-16331-onError-patriknw
...
=str #16331 Use ReactiveStreamsCompliance utility everywhere
2015-02-03 14:32:16 +01:00
Patrik Nordwall
3876793988
=str #16331 Use ReactiveStreamsCompliance utility everywhere
...
* if onSubscribe, onError, onComplete throws exception we must not call onError,
see 2:13 https://github.com/reactive-streams/reactive-streams
2015-02-03 13:50:24 +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
39bdf6ff47
Merge pull request #16754 from akka/wip-16565-remove-isDemandAvailable-patriknw
...
!str #16565 Make Flexi* limitations explicit
2015-02-03 13:44:16 +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
Patrik Nordwall
8095ebb3cc
Merge pull request #16769 from akka/wip-15859-exposed-publisher-patriknw
...
=str #15859 Eliminate usage of Stash mailbox
2015-02-03 12:57:54 +01:00
Patrik Nordwall
a165de74b3
=str #15859 Eliminate usage of Stash mailbox
...
* As reported in #16522 Stash is slow
* Nothing fancy here, but should be more efficient than Stash
2015-02-03 11:41: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
31497cac9b
Merge pull request #16741 from ktoso/fix-docs-tcp-ktoso
...
=doc #16740 add missing \n to examples, test if really works
2015-01-29 21:53:12 +01:00
Konrad Malawski
20e4d5ab25
Merge pull request #16750 from ktoso/wip-never-source-ktoso
...
+str #16547 "lazyEmpty" source, allowing external completion
2015-01-29 15:37:59 +01:00
Konrad Malawski
286c08e848
=doc #16740 add missing \n to examples, test if really works
2015-01-29 14:52:58 +01:00
Konrad Malawski
85c286ac58
+str #16547 "lazyEmpty" source, which allows external triggering of completion
2015-01-29 14:28:08 +01:00
Konrad Malawski
638d00bc79
Merge pull request #16734 from ktoso/wip-graphflow-rename-ktoso
...
=str #16687 rename internal GraphFlow to GraphBackedFlow
2015-01-29 12:23:05 +01:00
Konrad Malawski
fde7119360
=str #16687 rename internal GraphFlow to GraphBackedFlow
...
Same rename made for GraphSource and GraphSink for consistency
2015-01-29 12:19:02 +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
db8fe4fac0
Merge pull request #16733 from ktoso/jmh-update-0.1.10-ktoso
...
=ben update JMH to 0.1.10 (JMH 1.5), compile benchmarks on PR validation
2015-01-28 12:24:58 +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
Patrik Nordwall
5b72928439
Merge pull request #16710 from akka/wip-15349-err-logging-patriknw
...
=str #15349 Sanitize error logging
2015-01-27 14:19:32 +01:00
Patrik Nordwall
aa5af8e8ad
+str #15349 Add debug logging setting
2015-01-27 13:36:13 +01:00
Patrik Nordwall
9826290fbe
Merge pull request #16719 from akka/wip-16492-tick-patriknw
...
!str #16492 Remove closure in TickSource to make it shareable
2015-01-27 11:46:20 +01:00
Patrik Nordwall
8b1a9b1289
Merge pull request #16712 from akka/wip-16602-supress-deadletters-patriknw
...
=str #16602 Suppress dead letters
2015-01-26 16:02:01 +01:00
Patrik Nordwall
a3e2aa7221
Merge pull request #16708 from akka/wip-16577-FlexiMerge-exceptions-patriknw
...
=str #16577 emit user exception from Flexi* completion handler
2015-01-26 15:57:32 +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
af4555ce1f
Merge pull request #16666 from akka/wip-16652-stream-docs-java-3-patriknw
...
=str #16652 Convert 'Working with Graphs' to java
2015-01-26 13:32:54 +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
Endre Sándor Varga
5202d59dda
=str #16231 : Protect jumpback table from corruption
2015-01-26 10:31:57 +01:00
Konrad Malawski
82195d63a3
Merge pull request #16702 from ktoso/wip-missing-graphflow-connection-ktoso
...
=str #16609 add missing handling of FlowGraphs when connecting
2015-01-24 00:11:25 +01:00
Patrik Nordwall
7cf80ab3f3
=str #16602 Suppress dead letters
...
* akka 2.3.9
* also added missing `final` to case classes
2015-01-23 17:18:09 +01:00