airt
e124d11995
add examples for scan operator #25468
2019-01-04 15:08:54 +01:00
Seeta Ramayya
f8618b24b0
added examples for Stream # actorRef operator. As part of #25468 ( #26162 )
2019-01-02 17:08:35 +01:00
kerr
bdc90052aa
Update headers from 2018 to 2019 once for all. ( #26165 )
...
* Add CopyrightHeader support for sbt-boilerplate plugin.
* Add CopyrightHeader support for `*.proto` files.
* Add regex match for both `–` and `-` for CopyrightHeader.
* Add CopyrightHeader support for sbt build files.
* Update copyright from 2018 to 2019.
2019-01-02 11:55:26 +01:00
kerr
b7f3cbef94
Merge PatternsCS to Patterns ( #26008 )
...
* !act Move some Java API methods from PatternsCS to Patterns.
* Deprecate PatternCS and in favor of Patterns.
2018-12-06 15:40:43 +01:00
kerr
fafc59b19d
update headers to regular comment ( #25807 )
2018-10-29 05:19:37 -04:00
mohammad mehdi
ba996f8c5f
example for some sink operators #25468
...
Examples for takeLast, last and lastOption operators
2018-10-25 09:40:36 -04:00
Saleh Khazaei
91b0c387be
Add examples for Fan-in operators #25468
2018-10-25 09:37:48 -04:00
mohammad mehdi
918cb72594
example for reduce operator #25468
2018-10-08 16:15:33 +02:00
Saleh Khazaei
68e382c7f9
Add examples for zipWithIndex #25468 ( #25661 )
...
* Add examples for zipWithIndex #25468
* better examples
2018-10-02 16:56:26 +02:00
Tzu-Chiao Yeh
f06595dd5d
Add and reuse example for FileIO stream operator. ( #25660 )
2018-09-24 17:50:27 +02:00
Konrad `ktoso` Malawski
bf3c11464e
add usage examples for conflate / conflate with seed ( #25498 )
...
* +doc conflate and conflateWithSeed docs examples
* fixes
* show throttle in the example so its more obvious that "slow upstream" etc
2018-09-20 16:22:11 +09:00
Gabriel
a679f6f59e
Add method foreachAsync to Sink object
2018-09-14 11:42:29 -03:00
Patrik Nordwall
d5b2aea176
Merge pull request #25035 from piotrromanski/wip-fix-math-abs-usage
...
Handle a negative value returned by Math.abs()
2018-08-27 16:29:32 +02:00
Guy Youansi
eb5885e94e
add java.time.Duration support for javadsl #24646
...
* add java.time.Duration support for askWithReplyto methods and add deprecated to method with akka Timeout as parameter type
2018-08-23 12:09:21 +02:00
Patrik Nordwall
8309dc9b45
Merge pull request #25389 from chbatey/nit-1
...
Remove use of deprecated methods in java docs
2018-08-23 11:26:39 +02:00
Kazuhiro Sera
482eaea122
Fix several minor typos detected by github.com/client9/misspell ( #25448 )
...
* Fix several minor typos detected by github.com/client9/misspell
* Revert s/erminater/erminator/ in /ActorSystemSpec
2018-08-21 11:02:37 +09:00
David Mischke
2737caf8fb
use correct Source import
2018-07-27 17:51:00 +02:00
Christopher Batey
8476a90d1f
Remove use of deprecated methods in java docs
2018-07-25 09:50:19 +01:00
David Mischke
f94733acc6
addressing review comments #24933
2018-07-23 13:07:32 +02:00
David Mischke
9885a56f17
Merge branch 'master' of https://github.com/akka/akka into document-stream-source-range-operator
2018-07-21 14:16:58 +02:00
David Mischke
80c0596733
improve Source.range docs #24933
2018-07-21 14:09:32 +02:00
Chang Liu
862a66ecc7
Add docs and example for akka-stream operator from ( #24933 ) ( #25372 )
...
* Add docs and example for akka-stream operator from (#24933 )
* add seperate test class for code example of akka-stream from
* add copyright header
2018-07-19 13:38:47 +09:00
Patrik Nordwall
02f6899952
example for Streams log operator ( #25283 )
...
* and added all log levels in Attributes for convenient single access point
2018-06-30 12:10:10 +09:00
Guy Youansi
a4951e0ce7
Java time duration support for javadsl #24646
...
java.time.Duration support in all jdocs java file, the persistence module and the distributed-data
2018-06-26 15:41:30 +02:00
Richard Imaoka
a17a61557c
doc Replace the word stage by operator in stream doc ( #25138 )
2018-05-29 10:00:48 +02:00
Konrad `ktoso` Malawski
de04758bb8
more docs for Sink.queue and actorRefWithAck ( #25063 )
2018-05-22 11:27:54 +02:00
Arnout Engelen
9869c2355e
Fix Java Doc test for actorRefWithAck ( #25079 )
2018-05-15 11:52:07 +02:00
Johan Andrén
09025092ae
Remove words such as simply and obviously from docs ( #25095 )
...
* One does not "simply"
* It's not obvious
* It's not really _that_ easily done
* Basically is basically a useless word
* Of course - if you already know how things work you wouldn't be reading the docs
* Clearly is maybe not so clear for everyone
* Just was just a bit harder as there are some uses that are just
2018-05-15 07:11:03 +01:00
promanski
05282b59c9
Handle a negative value returned by Math.abs() #25034
2018-05-05 13:49:20 +02:00
Konrad `ktoso` Malawski
d870d37bb3
=doc missing ACK reply in doc example ( #24997 )
2018-04-30 14:12:04 +02:00
Konrad `ktoso` Malawski
046b88ce90
+doc Add examples to Sink.actorRefWithAck ( #24854 )
2018-04-12 22:06:37 +09:00
Patrik Nordwall
6a9fa1946d
Add java.time.Duration support in the JavaDSL in akka-actor module #24646 ( #24883 )
...
* Add java.time.Duration support in the JavaDSL in akka-actor module #24646
* add deprecation and change retry
2018-04-11 16:47:36 +02:00
Patrik Nordwall
6f330ef69c
automatic throttle burst size, #24699 ( #24784 )
...
* automatic throttle burst size, #24699
* throttleEven used maxBurst=Int.MaxValue, which in practise resulted
in no throttling at all at high rates
* The original problem that throttleEven tried to solve was that when
the throttle rate (cost / per) was high the cost of scheduling
dominated and became much lower than the given rate, if 0 or low
maxBurst was given. Difficult for user to know what maxBurst to use.
* In fact, that was already the case for rates > 30/s.
* This is fixed by automatically adjusting the maxBurst for higher
throttle rates in a new throttle overload that doesn't include
maxBurst parameter
* Also skipped the mode parameter for that variant since Shaping is
what almost always is what you want, and otherwise you can use
the full signature with a good maxBurst
* Deprecated throttleEven, since it is the same. Also fixed the
implementation of throttleEven to use the automatic burst size,
since Int.MaxValue is not useful at all.
2018-04-02 15:07:16 +01:00
mikolak-net
00068e2d1d
Extrapolate stage and expand redoc #23804
2018-03-27 10:39:25 +02:00
Gergő Törcsvári
67a81eb01b
GraphDSL create with Seq[Graph] added #24067
2018-03-26 17:41:54 +02:00
Patrik Nordwall
b34c38e37e
Merge pull request #24755 from hepin1989/javadocs
...
=doc using java.time.Duration for stream's javadsl
2018-03-21 13:36:14 +01:00
虎鸣
c354aa0b6a
=doc using java.time.Duration for stream's javadsl
2018-03-21 11:29:11 +08:00
虎鸣
e45a638ce0
+ testkit Add java.time.Duration to testkit's javadsl
2018-03-20 22:39:30 +08:00
kerr
8245c55bc9
+ str Add java.time.Duration to TimerGraphStageLogic. ( #24712 )
2018-03-19 14:04:44 +09:00
Johan Andrén
d8b9bb1b3a
Java Flow dsl lower bounds incorrect #24368
2018-03-15 14:53:50 +01:00
Konrad `ktoso` Malawski
563c7fbcf0
Issue 24594: Integration with sbt-headers and initial header population
2018-03-13 15:45:55 +01:00
Roman Filonenko
8fcf728b7a
fix Trigger references in the stream cookbook example for digest #24317
...
* replace Trigger with Unit
* cosmetic changes in docs.stream.cookbook tests
2018-03-03 08:52:02 +01:00
Konrad Malawski
4714f16dcf
+str #18142 ask pattern integration for akka streams
...
progressed with cleanup, removing the same thread exec context is
weird... causes issues :-/ Need to debug more, could be that some race
also exists in mapAsync then :\
WIP
finish ask impl via watch stage
mima
consistency spec
fix paradox, and fix adding ask/watch to javadsl source
follow up review
2018-02-22 19:50:46 +09:00
Stefano Bonetti
3ea59b1e76
Adding preMaterialize operator for Source #23894 ( #24497 )
2018-02-21 15:06:01 +09:00
Christopher Batey
eede5533ac
Chunker should only pull if buffer is empty ( #24019 )
...
For the current Chunker if the upstream sends larger messages than the
chunk size the buffer can slowly fill up until the app OOMs. Change it
so it only pulls if the buffer is empty
2018-02-14 16:18:58 +00:00
Richard Imaoka
b3a27d1c9f
Add log() in stream-error.md ( #24522 )
...
* Add log() in stream-error.md (#23722 )
2018-02-12 14:30:54 +00:00
Johan Andrén
cb048457c8
StreamTcpDocSpec: Less race, better error if client fails #24500
2018-02-12 14:42:52 +01:00
Johan Andrén
4cde6e7feb
Less fragile way of waiting for stream completion #24501 ( #24528 )
2018-02-12 14:38:22 +01:00
Konrad Malawski
6264f8ea70
+str #24229 back to Future[] API for stream refs
...
nitpicks
2018-01-23 02:27:10 +09:00
Konrad Malawski
c5a2785c7c
+str #24229 implement flattening of mat values, may block; SHOULD BE INTERNAL API
...
add java documentation
images
2018-01-23 02:27:10 +09:00