Commit graph

24240 commits

Author SHA1 Message Date
Patrik Nordwall
c74e9720f3
Merge pull request #28062 from chbatey/clarify-snapshot-every
Clarify snapshop every n events
2019-11-05 15:48:35 +01:00
Patrik Nordwall
5a309cc3d8
Merge pull request #28098 from johanandren/wip-TypedSample-fix
Watch in the wrong place in sample
2019-11-05 15:46:16 +01:00
Patrik Nordwall
2f2bdd6945 doc: update faq.md (#28122)
* remove obsolete things
2019-11-05 13:10:00 +00:00
Christopher Batey
cf5316a71c
Apply suggestions from code review
Co-Authored-By: Helena Edelson <helena@users.noreply.github.com>
2019-11-04 10:38:31 +00:00
Ignasi Marimon-Clos
d770e572ab Use PersistenceId.ofUnique instead of the private constructor (#28087)
* Use PersistenceId.ofUnique instead of private constructor
* Format Java test code
2019-11-01 16:27:10 +01:00
Patrik Nordwall
fedd86fcb5 doc: fix link to persistence style guide (#28088) 2019-11-01 16:16:04 +01:00
Patrik Nordwall
53723c01d6
Merge pull request #28099 from pabloazul/rename-unnecessarily-gendered-references
Rename Father -> Parent
2019-10-31 14:26:26 +01:00
Paul Dale
20d363dfb0 Rename Father -> Parent
Renaming unnecessarily and biologically improbable gendered language.
2019-10-31 12:03:13 +00:00
Johan Andrén
a2329e7c8e Watch in the wrong place 2019-10-31 10:28:16 +01:00
Patrik Nordwall
6d722cc313 doc: clarify exception from modify function in ddata (#28079) 2019-10-28 15:15:15 +01:00
Patrik Nordwall
4b9d5f0302
Merge pull request #28065 from helena/docs-clarify-entityId
Minor entityId sample code clarification in docs.
2019-10-28 08:47:30 +01:00
Patrik Nordwall
700d7690f7
Merge pull request #28066 from akka/wip-28061-unsubscribe-patriknw
Handle Replicator.Unsubscribe in Typed scaladsl, #28061
2019-10-28 08:44:57 +01:00
Patrik Nordwall
36aa8fd48a Handle Replicator.Unsubscribe in Typed scaladsl, #28061
* scaladsl.Unsubscribe was missing in ReplicatorBehavior
* also noticed a Changed vs SubscribeResponse leftover from
  previous api change
2019-10-26 10:51:46 +02:00
Helena Edelson
a7fc6f824e Minor entityId sample code clarification in docs. 2019-10-25 16:00:58 -04:00
Patrik Nordwall
1b44348425 Use sender at all places in EventSourceBehavior ExternalInteractions, #28059 (#28060) 2019-10-25 12:30:17 -04:00
Christopher Batey
be08a0e2fe Clarify snapshop every n events 2019-10-25 17:23:25 +01:00
Johan Andrén
a56a53734f Avoid deadlock on concurrent extension with materializer init (#28046)
* Avoid deadlock on concurrent extension with materializer init #28037

* Wrap blocking extension await with blocking context
2019-10-25 17:05:59 +01:00
Thomas Braam
ab3f63899c Fixed small error in Akka Typed Getting Started Tutorial 5 (#28041) 2019-10-25 13:57:01 +02:00
Patrik Nordwall
3c9097c7b0
Merge pull request #28053 from helena/docs-add-bullet
Adding bullet point in doc.
2019-10-25 13:53:24 +02:00
eugene yokota
f3d02b3c27 Fixes intermittent "Could not create directory" issue (#28056) 2019-10-24 16:31:28 -04:00
Patrik Nordwall
294b8d9be0
Merge pull request #28051 from johanandren/wip-small-version-check-fix
Discovered that RC comparison was problematic in Akka HTTP
2019-10-24 16:37:34 +02:00
Helena Edelson
2cc660357e
Failed: Could not create directory, file exists and is not a directory #27661 (#28055) 2019-10-24 10:35:37 -04:00
Helena Edelson
e2e2f87933 Adding bullet point in doc. 2019-10-23 14:12:49 -04:00
Helena Edelson
75c9bd1805
Remoting docs config snippet should have provider = remote (#28042) 2019-10-23 13:37:49 -04:00
Johan Andrén
a613661075 Discovered that RC comparison was problematic in Akka HTTP 2019-10-23 14:56:19 +02:00
Thuillier Benjamin
87ba57d42e Docs: fix typo on Persistence instead of Persitence (#28026) 2019-10-22 13:56:37 -04:00
Taeguk Kwon
9ed106ce1b Fix incorrect exception names in fault tolerance doc (#28036) 2019-10-22 19:02:49 +02:00
Patrik Nordwall
4e67055302
Merge pull request #28025 from helena/docs-cluster-cleanup
Cluster doc cleanup.
2019-10-21 17:34:47 +02:00
Helena Edelson
bec1a882c2 Add a page for Typed Distributed PubSub (#28012) 2019-10-19 20:26:27 +02:00
Johan Andrén
a341343f2c latestPatchOf 2.5.26 (#28031)
* latestPatchOf 2.5.26

* Bincomp fixes
2019-10-18 16:30:55 +02:00
Lim Chee Hau
3fb6e77fd2 Add grouped example to akka-docs (#25468) (#28013) 2019-10-18 08:51:31 +02:00
Helena Edelson
5db785fa15
Removed unnecessary comment in test. (#28023) 2019-10-17 11:54:29 -07:00
Patrik Nordwall
5b68871c36
Merge pull request #28027 from akka/wip-revert-25822-patriknw
Revert "Add external predicate to matchEquals and matchAny in ReceiverBuilder (#25822)"
2019-10-17 17:00:34 +02:00
Patrik Nordwall
953eab11d9 Revert "Add external predicate to matchEquals and matchAny in ReceiverBuilder (#25822)"
This reverts commit e27b25d8c9.
2019-10-17 16:10:40 +02:00
kerr
e27b25d8c9 Add external predicate to matchEquals and matchAny in ReceiverBuilder (#25822) 2019-10-17 06:31:23 -07:00
Helena Edelson
060820b9cf Cluster doc cleanup. 2019-10-17 08:21:47 -04:00
Patrik Nordwall
b863646258
doc: Show how to fail future of external ask (#28017)
* doc: Show how to fail future of external ask

* illustrate that validation errors are also part of
  message protocol
* error messages can be turned into failed future

* add implementation of the CookieFabric
2019-10-17 11:36:41 +02:00
Patrik Nordwall
f914ab259d
Merge pull request #28021 from johanandren/wip-boundary-stage-names
Add names for input and output boundaries
2019-10-17 11:35:35 +02:00
Patrik Nordwall
48d5aa2b8d
Merge pull request #28020 from akka/wip-27957-StreamRefSpec-patriknw
StreamRefs spec fail, #27957
2019-10-17 09:39:45 +02:00
Johan Andrén
8d8c7dbada Add names for input and output boundaries 2019-10-17 09:30:40 +02:00
Johan Andrén
8c5a0fac8e StreamRefs spec fail (#28018)
* Wrong timeout used for subscription timeout

(cherry picked from commit 05098eef1d9ecdbb5f0c8c5cda29aa1890ddc9e6)
2019-10-17 08:55:03 +02:00
Patrik Nordwall
c13fa76ab5
Merge pull request #28014 from akka/wip-doc-migration-guide-patriknw
doc: adjustments of migration guide
2019-10-17 08:45:24 +02:00
Johan Andrén
74adecb4e7
Align lazy and future operators #26446 2019-10-16 17:02:12 +02:00
Patrik Nordwall
8dae09ae09 doc: adjustments of migration guide 2019-10-16 13:16:24 +02:00
Christopher Batey
4a72985e48 Expose new DNS protocol via the DNS extension (#28009)
* TCP/UDP to use new protocol
* Change other parts of Akka to use new protocol
* Mention in migration guide
2019-10-16 10:22:01 +02:00
Patrik Nordwall
5e3aa04806
Merge pull request #27989 from scala-steward/update/sbt-1.3.3
Update sbt to 1.3.3
2019-10-16 10:02:55 +02:00
Enno
70c3cdfa97
RetryFlow: retries of individual stream elements with backouff (#27742)
RetryFlow wraps a flow with context and allows to individually retry elements. A decider function decides if another try should be made and gives the element to try with.
Retries are backed off exponentially.
Retries are limited by maxRetries.

Inspired by the work of Gilad Hoch <gilad.hoch@thomsonreuters.com> and Martynas Mickevičius <self@2m.lt>
2019-10-15 18:41:30 +02:00
Patrik Nordwall
5e61c4123d
Merge pull request #27594 from jrudolph/jr/stream-cancellation-modes
Stream cancellation modes
2019-10-15 16:00:53 +02:00
Patrik Nordwall
2b28c721d1
Merge pull request #28007 from akka/wip-osgi-patriknw
cleanup OSGi build properties
2019-10-15 15:17:45 +02:00
Patrik Nordwall
54856aecae
Merge pull request #28006 from akka/wip-link-quickstart-patriknw
remove FIXME for Quickstart link
2019-10-15 14:57:45 +02:00