Commit graph

1642 commits

Author SHA1 Message Date
Robert Stoll
a336096517 [doc] typo add an for a better flow (#28275) 2019-11-29 14:48:55 +01:00
Robert Stoll
f918ead3a3 [doc] precise that guardian refers to user guardian (#28276) 2019-11-29 14:48:29 +01:00
Robert Stoll
be58b8614d [doc] remove superfluous from (#28278) 2019-11-29 14:47:37 +01:00
Johan Andrén
4588a3904f
Include host and port in mdc if clustered or remote #28073 2019-11-28 11:35:11 +01:00
Robert Stoll
38c938124e [doc] rephrase actor handles msgs of common super type (#28265)
* [doc] rephrase actor handles msgs of common super type

* Update akka-docs/src/main/paradox/typed/actors.md

Co-Authored-By: Arnout Engelen <github@bzzt.net>
2019-11-28 10:52:40 +01:00
Robert Stoll
5fdd63b011 [doc] typo, add missing a (#28257) 2019-11-27 17:52:17 +01:00
Robert Stoll
efb8a41e6e [doc] typo, add missing are (#28263) 2019-11-27 17:51:32 +01:00
Enno
4946c957eb Docs: link pages with TLS (#28258) 2019-11-27 17:33:44 +01:00
Jean-Baptiste Giraudeau
6d893fb571 Flow.delayWith allows custom delay for each element. (#25000) 2019-11-27 17:30:56 +01:00
Christopher Batey
8027f2123b Example for mapConcat (#28243)
* Example for mapConcat
2019-11-26 19:39:42 +01:00
Johan Andrén
a9d545bf2b Re-enable multicast tests (#28252)
* Re-enable multicast tests #28147

Some change on jenkins node a4 seems to have made the test pass again.
2019-11-26 18:45:31 +01:00
Christopher Batey
f2f3f64f21 Example for unfoldResourceAsync (#28080)
* Example for unfoldResourceAsync

Co-Authored-By: Enno <458526+ennru@users.noreply.github.com>
2019-11-26 18:38:23 +01:00
Patrik Nordwall
5f21c2264b doc: filter and filterNot streams operator, #25468 2019-11-26 15:54:42 +01:00
Arnout Engelen
4b632c4537 Add convenience method to start timer without key (#27875)
* Add convenience method to start timer without key

It is probably common that there is no need to allow different timers
that send the same message, and this makes that more convenient to write.

Updated one method to gather feedback, if we like the change I can apply
it to the others as well.

* Add alternative to all typed timer API's

Update java/scaladoc, update tests

Not updated classic actors and FSM API's
2019-11-26 13:26:49 +00:00
Patrik Nordwall
38d41e11fb doc: Partition Streams operator, #25468 (#28090)
* doc: Partition Streams operator, #25468

* example intro text
2019-11-26 13:11:43 +00:00
Johan Andrén
4d99440e00
Example for Source.unfoldAsync (#28111) 2019-11-26 14:10:31 +01:00
Arnout Engelen
afa9a348b1 Split akka-streams interop pages (#28219)
This is a balance between having huge pages and having a huge ToC,
but it seemed to make sense to split this
2019-11-26 12:56:31 +00:00
Arnout Engelen
8bfb891d38
Missing creation of second actor (#28251)
* Update ActorHierarchyExperiments.java

Missing creation of second actor:
context.spawn(StartStopActor2.create(), "second");

* sbt akka-docs/test:javafmt
2019-11-26 12:57:44 +01:00
Christopher Batey
09a97ce1c9 Document scanAsync (#28239)
* Document scanAsync

* Include async function in scanAsync example
2019-11-26 12:25:20 +01:00
Lim Chee Hau
444a86291e Add scanAsync examples to akka-docs (#25468) (#27990)
* Add scanAsync examples to akka-docs (#25468)

* Sync scan with scanAsync in akka-docs (#25468)
2019-11-26 10:57:12 +01:00
Lim Chee Hau
2ee63f5386 Add recover example to akka-docs (#25468) (#28004)
* Add recover example to akka-docs (#25468)

* Apply scalafmtAll (#25468)
2019-11-26 10:55:26 +01:00
Robert Stoll
f3eb1772ea [doc] typo actor instead of cator (#28246) 2019-11-26 09:57:22 +01:00
Robert Stoll
f974f8b8d9 [doc] typo remove superfluous a (#28245) 2019-11-26 08:13:38 +01:00
Patrik Nordwall
2ef50cb054 clarify async appender (#28241)
* increase queue size in prod example
* remove async from dev example
* links to ELK-stack
2019-11-25 17:06:13 +01:00
Johan Andrén
ac15cb3289
Operator docs for Source.tick (#28225) 2019-11-25 13:25:07 +01:00
Robert Stoll
adcb4a78df [doc] typo actors need instead of needs (#28224)
* [doc] typo actors `need` instead of `needs`

* typo now `takes` instead of `take`
2019-11-25 10:58:24 +01:00
Arnout Engelen
31aaa9d609
Fix type on cluster-usage page (#28228) (#28237) 2019-11-25 10:52:26 +01:00
Christopher Batey
1b68951f86 =doc: take and takeWhile (#28078)
* Switch java examples to pass in actorsystem instead of materializer
2019-11-25 10:50:41 +01:00
Robert Stoll
3a15e2f9a3 fix listing, add newline beforehand (#28221) 2019-11-25 10:46:11 +01:00
Robert Stoll
39cf9399c2 [doc] typo, add missing ` (#28234) 2019-11-25 10:34:14 +01:00
Johan Andrén
d385c1098a
Operator docs for Source.combine (#28195) 2019-11-22 14:42:36 +01:00
Robert Stoll
8d9758580f [doc] typo add missing you (#28222) 2019-11-22 09:46:46 +01:00
Robert Stoll
6d9bfa45eb [doc] typo remove superfluous the (#28223) 2019-11-22 09:46:15 +01:00
Fabio Tiriticco
041b6243a5 Add docs for stream operator Sink.collection (#28210) 2019-11-21 14:29:20 +01:00
Piotr Lewandowski
d90bfc6a0e 27729 consistent hashing routing (#28141) 2019-11-21 09:23:59 +01:00
Patrik Nordwall
6185fbde18 doc: Broadcast Stream operator, #25468 (#28091)
* doc: Broadcast Stream operator, #25468

* example intro text
2019-11-20 13:03:03 +01:00
Helena Edelson
ec7be4922f Mention no implicit sender in coexistence.md #28074 (#28173)
* Mention no implicit sender in coexistence.md #28074
2019-11-20 11:56:35 +01:00
Enno
70766dfa18 Docs: Remove extra type params in RetryFlow signature (#28097)
* Docs: Remove extra type params in RetryFlow signature

* Add link to API docs
2019-11-20 11:48:30 +01:00
Vitalii Solomko
3cb51f1621 Fix method name in the description of Source 'lazilyAsync' operator (#28162)
* Fixing method name in description of Source 'lazilyAsync' operator

* Rollback change in the operators/index.md file

* Update description of 'lazilyAsync' Source operator
2019-11-20 10:58:05 +01:00
Patrik Nordwall
51493a4383 doc: reword routing link to new API (#28185)
* routing is so different so it doesn't make sense to use "full documentation"
* similar with fsm
2019-11-19 09:57:22 +00:00
Arnout Engelen
548b3589f2 doc: Flow.fold (#27850) 2019-11-18 18:02:44 +02:00
Patrik Nordwall
7fe280b7b6
fix links to samples (#28145)
* fix links to samples

* remove activator links to fsm-sample

* we are reducing the number of samples to maintain and since samples
  are mostly interesting for new users most of them will be based on
  Akka Typed
2019-11-18 11:23:28 +02:00
Johan Andrén
baf2dca686 Disable JavaUdpMulticastTest until we figure out why it fails 2019-11-18 09:10:23 +01:00
Luke Eller
d4ed47f309 Fix fire and forget wording (#28160) 2019-11-12 09:38:05 +02:00
Patrik Nordwall
0eddbe3589 doc: improve doc example of javadsl Extension (#28100) 2019-11-08 16:27:52 +01:00
Patrik Nordwall
6f9c889c11
Merge pull request #28146 from johanandren/fix-cluster-spec-docs-url
Fix the URL Holly reported
2019-11-08 15:48:13 +01:00
Xusheng Peng
02c04a2bcd doc: fix the word spell error in actor-lifecycle (#28151) 2019-11-08 12:54:36 +01:00
Johan Andrén
3b8da24edb Fix the URL Holly reported 2019-11-07 14:23:02 +01:00
Will Sargent
ca5bf1f3c8 Remove trailing div from fold.md (#28139) 2019-11-07 10:06:56 +01:00
Renato Cavalcanti
6d95ec9da7 Fix typo in Response type (#28136) 2019-11-06 10:15:47 -08:00