Commit graph

1481 commits

Author SHA1 Message Date
mohammad mehdi
918cb72594 example for reduce operator #25468 2018-10-08 16:15:33 +02:00
Oliver Wickham
ef08bbd74b Fix doc links to cluster docker compose sample (#25756) 2018-10-08 15:33:46 +02:00
Christopher Batey
2045a0fbf7 Clarify supervision of singleton actors (#25681)
* Clarify supervision of singleton actors
* Document supervision for typed singletons
2018-10-08 14:42:18 +02:00
Matt Kohl
c89b4a1884 Documentation fixes (#25725)
* tread -> thread
2018-10-04 10:37:42 +02:00
Johan Andrén
1d65159923
Merge pull request #25538 from jchapuis/zipLatest
zipLatest and zipLatestWith operators (refs #25392)
2018-10-03 11:28:43 +02:00
Johan Andrén
4a1d26357f
Merge pull request #25716 from vhiairrassary/patch-2
Remove duplicated section in doc
2018-10-03 07:21:42 +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
Victor Hiairrassary
7b08de5d46
Remove duplicated section in doc 2018-10-02 09:05:58 +02:00
Johan Andrén
081e6bd8ba Document MutableBehavior (#25685)
* Document MutableBehavior #25631
2018-09-28 06:50:00 +01:00
Patrik Nordwall
6464dea52b
Merge pull request #25595 from akka/wip-25336-orset-actorref-patriknw
Revert Support for rolling upgrade of ORSet[ActorRef], #25336
2018-09-26 14:21:00 +02:00
Cristian
bbe9069d48
Update Akka Bootstrap Url 2018-09-25 17:18:42 -03:00
Cristian
b02ad6707a
Update Akka Cluster Bootstrap url
Currently the url is: https://developer.lightbend.com/docs/akka-management/current/bootstrap.html
It should be changed to: https://developer.lightbend.com/docs/akka-management/current/bootstrap/index.html
2018-09-25 17:13:10 -03:00
Christopher Batey
23b9266fca
Provide minSequenceNr for snapshot deletion (#25590)
* Provide minSequenceNr for snapshot deletion

Journals can use this to make the bulk deletion more efficient

Use keepNrBatches to delete the last few snapshots in case previous
deletes failed.
2018-09-25 13:38:18 +01:00
Tzu-Chiao Yeh
f06595dd5d Add and reuse example for FileIO stream operator. (#25660) 2018-09-24 17:50:27 +02:00
Christopher Batey
63e00634d4 Warning for truncated DNS messages (#25666)
* Log warning if DNS response truncated
* Docs msg
2018-09-21 15:19:37 +02:00
Patrik Nordwall
6d8d646fe5
Merge pull request #25539 from akka/wip-25480-sharding-start-patriknw
Simplify signature of ClusterSharding.spawn, #25480
2018-09-21 14:21:33 +02:00
Johan Andrén
a8cfe1e0ff
Merge pull request #25654 from johanandren/wip-25620-remove-typed-persistence-ctx-param-johanandren
Remove the ActorContext parameter from the scaladsl command handler
2018-09-21 13:51:09 +02:00
Jonas Chapuis
a098e0b743 add zipLatest and zipLatestWith operators and graphstages 2018-09-21 09:51:28 +02:00
Johan Andrén
f8d182574a Remove CommandHandler.byState #25655 2018-09-20 16:15:55 +02:00
Johan Andrén
5d129a804b Docs sample of accessing context from persistent behavior 2018-09-20 15:45:16 +02:00
Patrik Nordwall
0804daf1a5 Simplify signature of ClusterSharding.spawn, #25480 2018-09-20 11:11:33 +02:00
Patrik Nordwall
2a5f254f16
Merge pull request #25225 from akka/wip-24478-passivate-patriknw
WIP: Passivate for Typed Sharding, #24478
2018-09-20 11:05:15 +02:00
Patrik Nordwall
0f56a6d1ed Passivate for Typed Sharding, #24478
* also moved singleton doc sample to own file
* and mv /doc/ to /docs/ as in other places
2018-09-20 11:04:32 +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
Konrad `ktoso` Malawski
1d709ac718
=doc #24283 include rationale for Sink Source not extending RS (#24286)
* Document reasons why Akka Streams are not IS-A with RS interfaces

* amended
2018-09-20 13:27:14 +09:00
Konrad `ktoso` Malawski
d0d54212dd
add TODOs to encourage contributing operator examples (#25478) 2018-09-20 13:01:24 +09:00
Johan Andrén
cc0705483b Clarify that there should normally be only one ActorSystem (#25641) 2018-09-19 13:25:14 +02:00
Justin Pihony
e73bc64ade Add deprecation documentation to bin-compat docs (#25400)
* Add deprecation documentation to bin-compat docs

Closes #25399

* Be more flexible and change version type
2018-09-19 16:12:02 +09:00
Patrik Nordwall
c9b7dfa607 page about rolling updates, and change log 2018-09-18 12:56:03 +02:00
Johannes Rudolph
a84a18d262
Docs: don't use $code$ for now in doc snippets 2018-09-18 12:48:03 +02:00
Patrik Nordwall
83c7894514
Merge pull request #25586 from akka/wip-24598-testkit-patriknw
ActorTestKit overhaul, #24598
2018-09-18 11:23:15 +02:00
Richard S. Imaoka
5dd487311d Add more description about ClusterEvent.InitialStateAsSnapshot (Closes #25172) 2018-09-18 14:56:26 +09:00
Christopher Batey
1d0603dab9 make scalatest suite type agnostic 2018-09-17 17:54:54 +02:00
Patrik Nordwall
b16e4d5e4d ActorTestKit overhaul, #24598
* composition is the basic building block for ActorTestKit
* ActorTestKitWordSpec for integration with ScalaTest
  (automatic shutdown)

* Use ActorTestKitWordSpec in our own tests

* doc TestException
2018-09-17 17:00:15 +02:00
Christopher Batey
8ba4de386f
Document async and inetaddress DNS (#25414)
* Document async and inetaddress DNS

Closes #25307
2018-09-17 08:11:34 +01:00
Gabriel
a679f6f59e Add method foreachAsync to Sink object 2018-09-14 11:42:29 -03:00
Patrik Nordwall
ed951ccede
Merge pull request #25522 from akka/wip-25502-outport-diagram-patriknw
fix initial state of output port transitions, #25502
2018-09-14 16:25:12 +02:00
Patrik Nordwall
f49a483582
Merge pull request #25526 from jczuchnowski/fix-25525-stream-docs-imports
Add missing imports for Custom stream processing docs #25525
2018-09-14 16:24:05 +02:00
Patrik Nordwall
d8857e8d2a fix fiddle snippet path (#25621) 2018-09-14 14:17:34 +01:00
Saleh Khazaei
176b718b2a Adding maximum restart attempts to BackoffSupervisor #24769 2018-09-14 14:22:52 +02:00
Johan Andrén
0d7419b422
Merge pull request #25562 from andreaTP/akkaTypedFiddle
+doc Adding a fiddle example for Akka Typed
2018-09-14 09:55:58 +02:00
Enno
c759fcf91d Logging docs: show akka-slf4j dependency (#25588) 2018-09-13 12:13:24 +01:00
Enno
3eb9b3a1a6 Use absolute snippet paths (#25607)
* Support absolute snippet path in signature directive

* Removed $ akka $ from snippet paths

* Remove $ code $ snippet alias

* Remove $ code $ snippet prefix
2018-09-13 10:49:51 +02:00
Konrad `ktoso` Malawski
84deea70f6
=doc Explain cgroup memory limit flags for docker (#25591)
* =doc Explain cgroup memory limit flags for docker

* Update deploy.md
2018-09-11 14:14:02 +09:00
Enno
91240880b8 Docs: use the latest name to refer to Alpakka Kafka Connector (#25589) 2018-09-10 18:41:46 +09:00
Odd Möller
127806694e
Fix bad link to Immutability Changes Everything
The current link (http://www.cidrdb.org/cidr2015/Papers/CIDR15_Paper16.pdf) returns 404, removing 'www' (http://cidrdb.org/cidr2015/Papers/CIDR15_Paper16.pdf) returns the correct PDF.
2018-09-07 11:58:40 +02:00
andrea
1fdf8155c3 +doc Adding a fiddle example for Akka Typed 2018-09-03 15:48:14 +01:00
Johan Andrén
8294f6262c
Merge pull request #25401 from richardimaoka/doc-23948-futures-pipeto-richard
Add the pipe pattern section
2018-09-03 12:13:12 +02:00
Johan Andrén
43f4e215a7
Merge pull request #25544 from akka/linkToSampleProjects
Link to sample projects
2018-09-03 11:46:16 +02:00
Patrik Nordwall
887c56b562 Adding the CVE ID to RNG advisory (#25555)
* Adding the CVE ID to RNG advisory

* correction of cvss link
2018-09-03 12:29:50 +09:00