Commit graph

25636 commits

Author SHA1 Message Date
Johannes Rudolph
2b567706cb
build: more reliable reference to protobuf jar
This avoids problems when the naming convention changes and also makes
sure the file has actually been generated.
2021-04-29 12:02:01 +02:00
Muskan Gupta
099e20ec6d
add example to the doc of combine operator (#30194) 2021-04-29 08:37:14 +02:00
Renato Cavalcanti
571aa85a36
Add settings to use context.log for internal ESB logging (#30202)
* add settings to use context.log for internal ESB logging

* only force ctx.log if needed

* removed hardcoded value

* fix compilation
2021-04-27 15:22:53 +02:00
Sergey Morgunov
fc4e84a322
#30191 - Actualization of docs for "Resumable projections" (#30197) 2021-04-22 17:27:25 +02:00
Andrei Arlou
e74f77236c
Change jdk version for javadoc generation in CONTRIBUTING.md (#30196) 2021-04-20 13:05:45 +02:00
Nicolas Vollmar
c04f6ca5a1
Removes unnecessary postStop #30071 (#30187)
* Removes unnecessary postStop #30071
* Adds test for future source with substream #30071
2021-04-20 10:36:30 +02:00
Dave Kichler
46b63e369e
Clarify documentation for persisting multiple events in the context o… (#30169)
* Add details to event handler section clarifying how multiple events are handled
* Add details to side-effect section to clarify how state passed to the side-effect method is an accumulation of state changes from all persisted events
2021-04-19 17:33:10 +02:00
Levi Ramsey
d40ab055f5
Unwatch before watch in typed Supervision (#30172) 2021-04-15 17:22:29 +02:00
Arnout Engelen
ba06b19835
Pin jackson-databind to 2.11 (#30185) 2021-04-13 14:14:49 +02:00
Johan Andrén
1f056aa1ef
Accidentally snuck in wrong patch version excludes for SBR internal change (#30178) 2021-04-13 10:42:48 +02:00
Renato Cavalcanti
dcb73c0200
Simplified reverse in lease majority (#30155) 2021-04-09 14:02:35 +02:00
Johan Andrén
0a226eb3ea
Extra catch-ignore for source attributes in case not possible #30138 2021-04-09 14:01:49 +02:00
Johan Andrén
031886a7b3
MiMa latest patch update to 2.6.14 (#30173) 2021-04-08 14:59:08 +02:00
Andrea Zito
318b9614a3
Add draining control support to MergeHub #30057
- MergeHub materialization now produces a DrainingControl object alongside the Sink
- The DrainingControl can be invoked to initiate the draining procedure
- No new producers can be connected to the Hub
- The Hub is completed as soon as all the currently connected producers complete
2021-04-07 11:34:59 +02:00
Christopher Batey
99ec6f9d82
Document persist failure supervision for ESBs #30062 2021-04-07 11:33:08 +02:00
Eugene Apollonsky
71225b4f2b
Avoid TaskQueue allocations in Scheduler #30093 2021-04-06 15:21:11 +02:00
Arman Bilge
f155ff12fa
Remove async boundary note in Source.actorRef docs (#30162) 2021-04-06 12:23:02 +02:00
Arman Bilge
40f1edf89f
Preserve attributes of inner stages when using {Source,Flow,Sink}.fromMaterializer (#30142) 2021-04-02 16:04:07 +02:00
franciscolopezsancho
fb432b3d8a
Typed consistent hashing example (#30036)
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2021-04-01 09:31:42 +02:00
archeuclid
55ec18962c
Change Effects() to Effect() (#30157) 2021-04-01 08:55:56 +02:00
Andrei Arlou
6f3ea12282
Remove unnecessary modifiers from FI.java (#30119) 2021-04-01 08:00:17 +02:00
Jorge Gomez
914a94e405
ActorSinkWithAckExample Ack message (#30127)
Using the example does not work in Java, because it seems that `Sink` compares by equality, no by class.
2021-03-31 09:14:12 +02:00
Scala Steward
4ff77b813e
Update junit to 4.13.2 (#30099) 2021-03-30 23:29:37 +02:00
Johan Andrén
c5655a9ce6
Upgrade to Scala 2.13.5 (#30072) 2021-03-30 20:57:23 +02:00
Andrei Arlou
846359919f
Refactor SourceTest.java: use diamong operator, use assertThrows (#30152) 2021-03-30 17:37:19 +02:00
Eugene Apollonsky
03375a7eff
Implement isTimerActive for BehaviorTestKit #30140 (#30144) 2021-03-30 16:17:25 +02:00
Andrei Arlou
f7c559e057
Use type inference for collections in FlowTest.java (#30110) 2021-03-29 17:34:01 +02:00
Seeta Ramayya
99af826546
Renamed single letter parameter (#30150)
* Renamed method parameter (`d` -> `duration`) in akka-actor-typed and akka-stream modules #30115

* Renamed method parameter (`n` -> `maxNumber`) and accordingly adjusted inline scala docs
2021-03-29 17:31:39 +02:00
Renato Cavalcanti
7394ce408b
Remove recursive call to Java withBroadcastPredicate (#30078) 2021-03-29 11:18:24 +02:00
Patrik Nordwall
aaeb6ec591
Merge pull request #30137 from johanandren/wip-crosslink-coexistance-top-level-spawn
Crosslink and extra sentence about top level spawn in from-classic
2021-03-29 10:55:30 +02:00
Patrik Nordwall
1756b2a4cc
Merge pull request #30148 from archeuclid/document-lease-can-be-used-for-sbr
Add link to SBR lease documentation; fix minor syntax mistakes
2021-03-29 10:24:59 +02:00
archeuclid
0c218cb406 Add link to SBR lease documentation; fix minor syntax mistakes 2021-03-26 13:14:53 +06:00
Johan Andrén
0326e11387
Unwrap tagged replicated events before publishing to other replicas (#30136) 2021-03-25 14:24:34 +01:00
Patrik Nordwall
c14e8e6c44
remove default-dispatcher from heartbeat delay message (#30109)
* Cluster actors are running on internal dispatcher
2021-03-25 11:14:41 +00:00
Johan Andrén
6789a289d4
Upgrade jackson to 2.11.4 #30126 (#30130) 2021-03-22 18:01:31 +01:00
Scala Steward
0a10ce8686
Update sbt-dotty to 0.5.3 (#30095) 2021-03-22 11:47:30 +01:00
Alex
651b339777
Added size() to BoundedSourceQueue #30124 (#30125) 2021-03-22 11:45:47 +01:00
Johan Andrén
456a2637d9 Crosslink and extra sentence about top level spawn in from-classic #30089 2021-03-19 16:57:31 +01:00
Patrik Nordwall
22fd122f4c
minor corrections of remoting docs (#30107) 2021-03-19 11:17:05 +01:00
Andrei Arlou
fbc09c55f7
Replace Charset.forName("UTF-8") on StandartCharsets.UTF_8 (#30113) 2021-03-19 11:15:50 +01:00
Arnout Engelen
c737f1a8e6
Commit api/japi docs when releasing (#30128) 2021-03-18 15:04:43 +01:00
Arnout Engelen
8eb8396306
genjavadoc: update 0.16 -> 0.17 (#30121)
To get the fix for 'rangepos', which is becoming the default with 2.13.5
2021-03-17 13:16:47 +01:00
Johan Andrén
5d5a797145
Allow custom mailbox for user guardian (#30116) 2021-03-17 10:39:05 +01:00
Andrea Peruffo
73b97871b6
Bump Scala 3 to RC1 (#30117) 2021-03-16 17:33:56 +01:00
Levi Ramsey
f3456b382e
Clarify API-docs - desugaring of IncomingConnection.handleWith (#30025) 2021-03-15 17:32:35 +01:00
刘冲
c24759feaa
Update ActorHierarchyExperiments.java (#30075)
Update SupervisedActor example to fit tutorial 1 docs
2021-03-15 15:48:02 +01:00
Arman Bilge
1ff2950ab6
Inherit attributes from Restart{Source,Flow,Sink} #24810 2021-03-15 12:47:37 +01:00
Andrei Arlou
573a97debb
Change parameters order for assertEquals in tests: JavaFutureTests and LeaseProviderTest (#30094) 2021-03-15 12:43:33 +01:00
Patrik Nordwall
8006b5245c
Link to Akka Cloud Platform (#30112) 2021-03-15 12:42:15 +01:00
Alex
1044c4996e
Extend GroupedWeightedWithin to accept maxWeight and maxNumber simultaneously #30020 2021-03-15 12:38:28 +01:00