Arnout Engelen
18eee18b8c
Introducing watching for completion earlier
...
So we can terminate the ActorSystem
2017-04-06 11:18:04 +02:00
Patrik Nordwall
3554ad7243
Merge branch 'master' into wip-traversal-oriented-layout-master-patriknw
2017-03-10 18:16:44 +01:00
Johan Andrén
0775fb4a56
Two failing doctests fixed
2017-03-09 18:03:11 +01:00
Tal Pressman
1505a54038
Change Unit to NotUsed in Twitter stream example ( #22511 )
2017-03-09 17:36:40 +01:00
Johan Andrén
c028b550f2
Low level interpreter tests working without GraphAssembly #22423
2017-03-07 17:06:41 +01:00
Patrik Nordwall
a17cb060ec
Merge pull request #22039 from ortigali/wip-21996-RecipeGlobalRateLimit
...
make maxAllowedWait timeout be dilated
2017-02-21 14:06:07 +01:00
Philippus Baalman
6c7085252a
extended copyright into 2017
2017-01-04 17:37:15 +01:00
ortigali
3c5223650d
make maxAllowedWait timeout be dilated #21996
2016-12-19 12:02:32 +05:00
Richard Imaoka
3df22baf3a
Fix incorrect materialized types = Unit in stream documentation ( #21938 )
...
* Fix incorrect materialized types = Unit in stream documentation (Fixes #21937 )
* Correct Int, which should be Integer in Java
* Replace BoxedUnit in stream doc
2016-12-06 15:52:54 +01:00
Olli Helenius
658b46e1cc
Move (de)compression helpers to akka-stream module #21395 ( #21409 )
...
* Move (de)compression helpers to akka-stream #21395
* Move compression and decompression -related classes from
akka-http-experimental to akka-stream
* Add Compression helper object with functions to create
decompressing Flows
* Add a short cookbook entry
* =str move compression impl classes into their own directory (and change visibility)
* =str also expose gzip/deflate compression flows
* Fix formatting of plural ByteStrings in cookbook
* =str #21395 make compressor call Deflater.end in postStop to release resources
Also simplified the creation of the flow given a compressor.
* =str #21395 decompressors call Inflater.end in postStop to release resources
* =str #21395 smallish Scaladoc fixes
2016-11-17 22:42:37 +01:00
Patrik Nordwall
4f013a3d1e
avoid infinite blocking in TcpConnectionSpec #21375
...
* use socket timeout
* additional cleanup of socket utils
2016-11-09 17:36:04 +01:00
Konrad Malawski
0127d4f424
+str #18793 StageLogging that allows logger access in stages ( #21696 )
...
* +str #18793 StageLogging that allows logger access in stages
Also, non ActorMaterializers can opt-into providing a logger here.
* +str #18794 add javadsl for StageLogging
* fix missing test method on compile only class
2016-10-28 16:05:56 +02:00
Patrik Nordwall
aa8c253d14
improve streams actor integration docs, #21698 ( #21700 )
...
* mapAsync + ask should be the first choice
* add missing Source.queue
* prefer actorRefWithAck
* move ActorPublisher and ActorSubscriber to the end
with additional warning
* fix wrong doc of SourceQueue offer
* and add missing java api
2016-10-26 10:24:51 +02:00
Martynas Mickevičius
1e85e1720c
#17717 handle OnComplete in ActorSubscriber doc samples
2016-10-17 11:07:40 +02:00
drewhk
4821fb158e
#20904 : Increase timeouts in TestKitDoc tests, use Sink.seq ( #21260 )
2016-08-31 17:20:05 +01:00
Endre Sándor Varga
bc358f3188
20890 Added MergeHub and BroadcastHub
2016-08-24 11:43:24 +02:00
Endre Sándor Varga
083bfb6692
Fixed bug in Chunker, exposed by interpreter changes
2016-08-01 16:09:50 +02:00
Stefano Bonetti
fb1905870c
=doc graphstage sink example ( #20955 ) ( #21030 )
2016-07-26 12:20:08 +02:00
Alexandre Tamborrino
c8dfa2458d
Fix snippet example in stream-rate doc #21006
...
Fix #section-buffer by replacing .withAttributes by .addAttributes to avoid overwriting the .async option.
* Update StreamBuffersRateDocTest.java
Fix #section-buffer by replacing .withAttributes by .addAttributes to avoid overwriting the .async option.
2016-07-21 17:35:13 +02:00
Chris Birchall
f246c56087
+doc Add more imports to the stream quick start guides for Java and Scala ( #20797 )
...
* Add more imports to the stream quick start guides.
This makes it easier for people to execute the code samples while they
read through the guide.
* Change line endings to be consistent with other files
For some reason these 2 files had CR+LF line endings.
2016-06-18 11:15:17 +02:00
Johan Andrén
2643857e82
=doc Invalid FrameParser example fixed #20519
2016-06-03 14:24:31 +02:00
Stefano Bonetti
b84c6c5271
Adding docs for KillSwitch #20265
2016-06-03 14:23:11 +02:00
Björn Antonsson
c66ce62d63
Update to a working version of Scalariform
2016-06-02 22:12:36 +02:00
Patrik Nordwall
184e45e6b2
use ByteString.empty
...
* and a few other cleanups
2016-06-01 15:01:02 +02:00
Patrik Nordwall
d5a3b26291
format the code
...
* just a clean test:compile
* and fixing the tweets Source
2016-05-10 11:52:36 +02:00
Michał Kiędyś
b983f19c1f
Add basic support for Java 7 NIO file systems ( #20293 )
2016-04-25 11:25:26 +02:00
hepin1989(虎鸣)
e9670ee91d
= rename FlowGraph* to GraphDSL
2016-04-15 00:18:05 +08:00
Johan Andrén
6b32513e98
doc #20259 Fix broken snippet en streams ( #20260 )
2016-04-08 11:30:25 +02:00
Konrad Malawski
62d8a69fac
all #20090 enable running java tests in actor,camel,cluster,persistence
2016-04-06 01:23:21 +02:00
Tal Pressman
26c25c89ed
+str #19390 Add 'monitor' flow combinator and stage
2016-04-01 08:06:37 +02:00
Johan Andrén
7c64ed02a3
Merge pull request #20050 from johanandren/wip-20017-stream-rate-docs-async-johanandren
...
=doc #20017 Update the stream-rate docs to current streams behavior
2016-03-29 18:04:57 +02:00
Johan Andrén
d72848f22f
=doc #20017 Update the stream-rate docs to current streams behavior
2016-03-29 12:26:02 +02:00
Roland Kuhn
5accba105d
document FlowOps extension
2016-03-25 10:13:11 +01:00
Roland Kuhn
777a400b12
use union/diff operator on Sets (optimization)
2016-03-24 12:51:18 +01:00
Konrad Malawski
e4bdd9027b
Merge pull request #20091 from prascuna/patch-1
...
Fix type of tweets Source
2016-03-21 15:56:29 +01:00
Paolo Rascuna
c61eb62395
#tweet-source now is bound to the actual impl
2016-03-20 22:43:19 +00:00
prascuna
063f37d957
Fix type of tweets Source
...
#authors-filter-map won't compile otherwise
2016-03-20 17:15:26 +00:00
Johan Andrén
5e5bedb956
=doc #20051 Parallellism docs updated for async and fusing
2016-03-17 09:54:10 +01:00
Alexander Golubev
b2b2ce44b5
=str #19299 Performance Flow.flatMapMerge
2016-03-14 14:14:39 -04:00
Johan Andrén
7fe4b01f01
=htt,str,doc #20009 Fix for found unsafe graph stages
2016-03-14 11:55:55 +01:00
Stanislav Savulchik
ce75948984
=doc Fix typos in FlowDocTest & FlowDocSpec
2016-02-29 22:51:59 +06:00
Matthew T. Adams
4567327aa6
microscopic doc improvement
2016-02-25 16:34:43 -06:00
Roland Kuhn
45e97e8467
remove akka.stream.testkit.AkkaSpec, fixes #19879
2016-02-25 15:26:51 +01:00
Johannes Rudolph
b6cbc7f13a
=all remove unused imports
2016-02-23 20:29:22 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Martynas Mickevičius
988695224b
#19830 Fix corrupted code include directive
2016-02-19 13:58:42 +02:00
Viktor Klang
b5516f6b93
Unbreak master by fixing StreamFileDocSpec to import scaladsl._ iso io._
2016-02-17 14:03:20 +01:00
Konrad Malawski
650e94ba30
Merge pull request #19802 from ktoso/wip-framing-made-proper-ktoso
...
!str split Framing into javadsl and scaladsl
2016-02-16 20:53:34 +01:00
Konrad Malawski
c25e0abab6
!str split Framing into javadsl and scaladsl
2016-02-16 18:53:49 +01:00
Roland Kuhn
125c996fae
add new Streams Quick Start
...
also move IOResult to akka.stream package
2016-02-16 18:14:32 +01:00