Commit graph

1619 commits

Author SHA1 Message Date
Johan Andrén
b1699b026e First step of rolling update cluster serlializer no classmanifests (#28514)
* First step of rolling update for cluster serlializer to not use class manifests #13654

* Test coverage

* A bit of mima excludes makes jenkins a happy butler

* Docs mention
2020-01-27 12:58:40 +01:00
Johan Andrén
8d8fa29f47
Examples for zipN, zipWithN and zipAll (#28510) 2020-01-27 09:50:34 +01:00
Christopher Batey
0d7d6f6411 Add kafka to sharding example project (#28518) 2020-01-24 13:14:02 +01:00
Johannes Rudolph
029a2a8460 docs: fix leader action transition descriptions (#28306)
* and more clarification about member states
2020-01-24 11:16:07 +01:00
Christopher Batey
a0268682de Add distributed workers to examples (#28506) 2020-01-22 13:57:07 +01:00
Christopher Batey
cbf9f71c32
External shard allocation strategy (#28211) 2020-01-21 16:08:51 +00:00
Patrik Nordwall
cbde44fc48
Merge pull request #28496 from akka/managingBlockingExample
Update 'managing blocking' examples
2020-01-21 12:54:15 +01:00
Eric Loots
a320475e86 Fix typo in Akka Typed Style guide (#28499) 2020-01-20 13:28:34 +01:00
Arnout Engelen
3dc20796ca Update 'managing blocking' examples
Having only one blocking actor is not enough, since then only one dispatcher
thread will be blocked at a time.
2020-01-17 15:35:05 +01:00
Mikhail Limansky
feb9499431 Update after merge 2020-01-17 16:56:15 +03:00
Mikhail Limansky
52c01832da Merge remote-tracking branch 'akka/master' into scalatest310 2020-01-17 16:03:32 +03:00
Arnout Engelen
087ed4b5a5 Add source.completionStage example #25468 (#28338) 2020-01-15 15:04:15 +01:00
Christopher Batey
a8086e86e5 Operator doc for flatmap merge (#28488) 2020-01-15 13:20:41 +01:00
Johan Andrén
3ca7cb0f94
Examples for the sliding operator #25468 2020-01-14 16:03:11 +01:00
Johannes Rudolph
ec208cad08
Merge branch 'master' into scalatest310 2020-01-14 12:03:32 +01:00
Patrik Nordwall
ab2300c4cb doc: example for splitWhen and splitAfter, #25468 (#28480)
* doc: example for splitWhen and splitAfter, #25468
2020-01-14 10:17:20 +00:00
Patrik Nordwall
169098070d doc: links to videos (#28481) 2020-01-14 10:59:48 +01:00
Helena Edelson
8157338346 Minor doc and scaladoc cleanup. (#28484) 2020-01-14 10:59:12 +01:00
Patrik Nordwall
856c4ff6f6
Rename Start message in HelloWorld (#28469)
* Rename more Start to SayHello

* fix copyright year in InmemJournalSpec
2020-01-13 14:48:31 +01:00
Mikhail Limansky
3f6a92aecf Merge remote-tracking branch 'akka/master' into scalatest310
# Conflicts:
#	akka-cluster-sharding-typed/src/test/java/jdocs/akka/cluster/sharding/typed/AccountExampleDocTest.java
2020-01-13 13:22:54 +03:00
Jorge Cruz
e55a9fcf89 Add missing word Map to tutorial_4.md (#28472) 2020-01-13 10:56:42 +01:00
Patrik Nordwall
cdc45c128d
Publish operations from InmemJournal (#28332)
* small feature that is useful for verifying that expected events were persisted
* doc example
* also enable serialization test config
2020-01-13 09:46:43 +01:00
Mike Limansky
d9ed927df0 Update to ScalaTest 3.1.0, fix #28289. 2020-01-11 15:15:10 +03:00
Johan Andrén
4749b11be8 Typed receptionist deregistration (#28406)
* Co-authored-by: tipame <33191778+tipame@users.noreply.github.com>
2020-01-10 09:34:04 -08:00
Arnout Engelen
6b73a2504f
Document update strategy for sattelite projects (#28457)
* Document update strategy for sattelite projects #26985

Co-Authored-By: Dale Wijnand <344610+dwijnand@users.noreply.github.com>
2020-01-10 13:46:45 +01:00
gcnyin
0f6c01b13a docs: fix typo; 'mailboxes' to 'dispatchers' (#28461) 2020-01-09 10:28:20 +01:00
Johan Andrén
589c6511bd
Limit and LimitWeighted operator docs #25468 2020-01-08 16:26:51 +01:00
Arnout Engelen
fb7c695d15 Link to replicator case object (#28439)
* Link to replicator case object (#28427)

Unfortunately apidoc cannot detect when you link to a class but only the
corresponding object exists in the scaladoc, not the class itself.

* Further clarifications
2020-01-08 13:47:43 +01:00
Eric Loots
c7e79031d8 Fix typos, add some punctuation, and rephrase some text (#28452) 2020-01-08 09:27:04 +01:00
Patrik Nordwall
fd36041b2a doc: change link text to Event Sourcing 2020-01-07 14:01:11 +01:00
Andrea Peruffo
1529e91edd doc: fix ScalaFiddle integration for Akka 2.6 #27510 2020-01-07 08:12:31 +01:00
Helena Edelson
6bf20f4117 Update all copyright headers to 2020 after new year's #27881 (#28434) 2020-01-02 13:24:59 +01:00
Patrik Nordwall
980df6d146 mention 2.6.0 in rolling update change log (#28413) 2019-12-20 17:06:54 +01:00
Robert Stoll
8903e90c75 [doc] improve serialization (#28404) 2019-12-20 14:26:03 +01:00
Brian Wignall
fd41299943 Fix typos, via a Levenshtein-style corrector 2019-12-19 01:57:55 -05:00
Arnout Engelen
7c20800432 Better short titles for deprecated operators (#28336) 2019-12-17 16:42:30 -08:00
Patrik Nordwall
99dd41421d dead scaladoc links to log markers (#28339) 2019-12-17 16:41:01 -08:00
Sebastian Schmidl
f26aace607 Add .withRouteeProps(props) to pool router builder API (akka typed) #28370 2019-12-17 17:08:43 +01:00
Robert Stoll
0ea1dea99d [doc] unhandled vs empty vs ignore #27443 2019-12-17 14:24:32 +01:00
Patrik Nordwall
00fc33d0a5 Timout await extension initialization, #28301 (#28340)
* use the existing creation-timeout config
* and error message about the typical mistake of accessing
  SerializationExtension from constructor of serializer
* mention in docs
2019-12-17 14:19:42 +01:00
Johan Andrén
4df5376dcb
Docs on fromSinkAndSource #25468 (#28349) 2019-12-16 15:01:45 +01:00
Johan Andrén
8a019f86a1
JFR-based remoting flight recorder #26282 2019-12-16 11:45:13 +01:00
Patrik Nordwall
7ddbaf3852
Merge pull request #28361 from tegonal/persistence-style-1
[doc] adjust link text to next section
2019-12-12 13:57:48 +01:00
Arnout Engelen
2a812b7dc6 stream operator docs: example above RS semantics (#28357) 2019-12-12 11:07:16 +00:00
Patrik Nordwall
d115b61821
Merge pull request #28360 from WadeWaldron/stash-docs
Adding a clarification to the Akka Classic stash documentation about what happens when an actor is restarted.
2019-12-12 11:59:10 +01:00
Robert Stoll
ded2373941 [doc] an for a better flow (#28359)
* [doc] `an` for a better flow

* [doc] fix typo `an` instead of `a`

* [doc] more `an` vs `a`

* [doc] add `a` for a better flow

* [doc] typo processes

* [doc] `in case` instead of `due to that`

* [doc] rephrase stashing discard reasons
2019-12-12 09:32:09 +01:00
Robert Stoll
569ff0495a
[doc] adjust link text to next section
and add the missing `the`
2019-12-12 06:41:26 +01:00
wadewaldron
325209b65f Adding a clarification to the Akka Classic stash documentation about what happens when an actor is restarted. 2019-12-11 15:42:30 -06:00
Michał Sieczkowski
3c1c06fb88 Fix a single grammar error in docs (#28352) 2019-12-11 07:45:13 -08:00
Christopher Batey
17533f077c Example for intersperse (#28343) 2019-12-11 15:39:41 +01:00