Commit graph

332 commits

Author SHA1 Message Date
uazw
b5c29e05c0
using thenCombine instead of join to merge to CompletableFuture (#31304) 2022-04-01 09:58:20 +02:00
梦境迷离
060ffc7b71
Remove usage of Java assert in tests (#31280) 2022-03-30 09:20:08 +02:00
Arnout Engelen
332f18c42b
fix the build on main (#31251)
* Fix compilation on scala 2.12

* Add mergePrioritizedN to docs

* Format Java code
2022-03-17 14:44:38 +01:00
kerr
cbfed3b1de
+str Add Source#mergePrioritizedN. (#31189) 2022-03-14 08:05:08 +01:00
Anthony Cheng
981eb17f2b
#1732: Moved splitter and aggregator from Alpakka Docs to Cookbook and … (#31203) 2022-03-10 11:23:55 +01:00
Patrik Nordwall
2050667585
Skip test failures from DnsDiscoveryDocTest, #29562 (#31155) 2022-02-21 17:44:36 +01:00
Scala Steward
afac726b69
Update scala-library to 2.13.8 (#31111)
* Update scala-library to 2.13.8
* Deal with some new deprecation errors
* Remove test for deprecated feature
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
2022-02-16 09:31:21 +01:00
Renato Cavalcanti
7abc41cf4e
update copyright year to 2022 (#31057) 2022-02-04 12:36:44 +01:00
Arnout Engelen
609a7c5f8d
scala3: fix some doc samples that didn't compile (#31016) 2022-01-25 15:37:33 +01:00
kerr
4585c3823e
=act Reset receiveTimeoutData to emptyReceiveTimeoutData when cancel (#31059) 2022-01-19 12:17:51 +01:00
Prateek Gupta
b56d3a104b
fix the java example code for custom mailbox in akka-docs (#31034) 2022-01-06 15:06:55 +01:00
Muskan Gupta
0d76eb4eeb
Fix examples (#31002) 2021-12-22 13:11:02 +01:00
Patrik Nordwall
cc446477ee
Add slice queries to Persistence TestKit (#30995)
* Add currentEventsBySlices to Persistence TestKit to make it feature comatible with currentEventsByTag, simplifies some usage in downstream projects
* Add DurableStateStoreBySliceQuery to Persistence TestKit, to make it feature comatible with the tagged queries simplifies some usage in downstream projects
2021-12-20 09:05:40 +01:00
utkarshup11
889a34e77d
Fixed small typo mistake #30967 (#30992)
* Fixed small typo mistake in Sink materialized value

* Change Sinks materialized value to Sink's materialized value
2021-12-15 22:06:35 +01:00
Andrei Arlou
b468efd95b
Fix external links - fifth iteration (#30697) (#30755) 2021-10-07 10:46:54 +02:00
Andrei Arlou
3045e1775a
Remove final modifier from private methods (#30737) 2021-10-04 09:18:02 +02:00
Andrei Arlou
29a595f82c
Use generic type inference and method references in FlowDocTest.java (#30478) 2021-08-23 11:16:34 +02:00
Captain1653
98c56822e3 Remove unused sample references from FlowDoc{Test|Spec} (#20450) 2021-08-11 19:29:00 +03:00
Johan Andrén
79cff55685
fix: Actually set halfClosed in half closed sample (#30404) 2021-07-19 12:22:18 +02:00
franciscolopezsancho
bfbcef13de
missing line (#30390) 2021-07-12 14:37:46 +02:00
Andrei Arlou
258bac491b
Remove unused imports in tests (#30265) 2021-06-01 13:34:43 +02:00
Johan Andrén
4ade8ef2d1
Lazy and fast concat and prepend (#30252) 2021-05-27 17:18:47 +02:00
Alex
3ae85e8cd0
Change tests to use new Source.queue api, #29801 (#30070) 2021-05-27 08:53:18 +02:00
Muskan Gupta
dd8b514e89
Add Sink.asPublisher example and update doc (#30105)
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2021-05-12 21:16:41 +02:00
Captain1653
0ee9532306 Use StandardCharsets.UTF-8 in SerializationDocTest 2021-05-10 18:00:53 +03:00
Andrei Arlou
f568d4d4f9
Remove usage of Java assert in tests (#30220) (#30227) 2021-05-07 21:27:39 +02:00
Seeta Ramayya
174c725ef8
fixed typo (#30218) 2021-05-05 13:20:10 +02:00
Sergey Morgunov
fc4e84a322
#30191 - Actualization of docs for "Resumable projections" (#30197) 2021-04-22 17:27:25 +02:00
Andrei Arlou
fbc09c55f7
Replace Charset.forName("UTF-8") on StandartCharsets.UTF_8 (#30113) 2021-03-19 11:15:50 +01:00
刘冲
c24759feaa
Update ActorHierarchyExperiments.java (#30075)
Update SupervisedActor example to fit tutorial 1 docs
2021-03-15 15:48:02 +01:00
lmetrak
fd2be34aa2
Update ActorHierarchyExperiments.java (#30032)
lack of semicolon in package keyword
2021-02-15 10:57:22 +01:00
Michael Marshall
4d9b25579d
Add GroupedWeighted FlowOp and Make Grouped use GroupedWeighted #29066 2021-01-27 18:03:30 +01:00
Patrik Nordwall
9fce9a9c33
more headers (#29953) 2021-01-15 16:11:00 +01:00
Nitika Agarwal
8361b2a1b9
Add example for mapError (#29913) 2021-01-13 08:05:47 +01:00
Nitika Agarwal
294661bde1
Add example for foldAsync (#29912) 2021-01-13 08:01:58 +01:00
Patrik Nordwall
7920694b81
Merge pull request #29867 from johanandren/wip-29858-dns-failure
Longer DNS timeout to avoiding ci fail
2021-01-13 07:50:22 +01:00
Arnout Engelen
31f654768f
Update copyright to 2021 2021-01-08 17:55:38 +01:00
Matteo Di Pirro
01e4b4de27
Operators: Add example for watchTermination (#29888) 2020-12-15 13:47:07 +01:00
Matteo Di Pirro
374d55cd34
Operators: Add example for groupBy (#29875) 2020-12-09 17:44:04 +01:00
Johan Andrén
513d6f5d06 More reasonable DNS timeout avoiding resolution fail in test #29858 2020-12-07 13:54:20 +01:00
Nitika Agarwal
e290130386
Add examples for asInputStream and asOutputStream (#29830) 2020-11-30 10:39:14 +01:00
Enno Runne
459e74b921
Operator docs: examples for asSource/FlowWithContext (#29822)
* Operator docs: examples for asSource/FlowWithContext

* javafmtAll

* Try to capture the essence better

* Update index

* Include the test use in the snippets
2020-11-25 12:21:16 +01:00
Enno Runne
d253c6402d
Docs: use RestartSettings (#29788) 2020-11-16 08:24:56 +00:00
Sean Glover
779161d556 BoundedQueueSource API 2020-11-05 14:05:49 -05:00
Christopher Batey
ee74c541d1
Dont rely on DNS for a doc spec (#29762) 2020-10-21 10:15:36 +02:00
Muskan Gupta
432d94d5a4
Adding example of cancelled operator (#29749)
Co-authored-by: Arnout Engelen <github@bzzt.net>
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2020-10-20 13:43:26 +02:00
Patrik Nordwall
9c200e3a04
show package name in getting started examples, #28432 (#29757)
* at least the first few examples
2020-10-19 15:45:16 +02:00
Muskan Gupta
1ff619259f
Adding example of headOption operator (#29717)
Co-authored-by: Johan Andrén <johan@markatta.com>
2020-10-12 09:27:46 +02:00
r-glyde
a4acf23d05
Restart(Source|Flow|Sink): Configurable stream restart deadline (#29591) 2020-10-05 09:12:15 +02:00
Muskan Gupta
94d62f34c1
Add completion timeout example (#29673)
* Adding example for completionTimeout

* Adding header to file

* Modifying example

* Modifying duration

* Modifying syntax for duration
2020-09-29 15:47:36 +02:00