Commit graph

1655 commits

Author SHA1 Message Date
franciscolopezsancho
bfbcef13de
missing line (#30390) 2021-07-12 14:37:46 +02:00
Johan Andrén
0559165b3d
doc: make it clear inputBuffer has no effect in sample #30332 (#30337) 2021-07-07 15:17:57 +02:00
marcoderama
75031c00cb
Update cluster.md (#30352) 2021-07-06 11:05:03 +02:00
Johan Andrén
e8e667c228
Clarify sharding stop message being local 2021-06-30 16:06:41 +02:00
Patrik Nordwall
8573c70883
Remove ApiMayChange for Replicated Event Sourcing, #30346 (#30347) 2021-06-28 17:11:55 +02:00
Arnout Engelen
bbae718ef7
Move more release instructions to the template (#30340)
* Move more release instructions to the template

Sparked by discussion in #17432

* use newer version in example

Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>

* point to sonatype for snapshots

Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2021-06-23 17:06:13 +02:00
Levi Ramsey
99da637633
Fix word wrap in Stream Sink.combine docs (#30318) 2021-06-21 13:55:54 +02:00
Johan Andrén
d4fdf5639e
Deprecate LevelDB (#30213)
* Deprecate LevelDB

In preparation of moving into the testing infra (or deleting it completely) at some distant future point in time

* Remove leveldb tests where there also is an inmem one

* More details in deprecation text, recommend inmem + journal proxy for testing etc.
2021-06-02 13:37:52 +02:00
Andrei Arlou
258bac491b
Remove unused imports in tests (#30265) 2021-06-01 13:34:43 +02:00
Patrik Nordwall
e09de4fc84
Possibility to make snapshot load failures non-fatal, #30234 (#30238)
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2021-05-31 21:50:28 +02:00
Nicolas Vollmar
622d8af0ef
Extends supervision strategy to define custom log levels #30267 (#30268)
* Adds logLevel in Directive
* Extends supervision logging documentation
* Adds sealed and marks as internal
2021-05-31 13:56:42 +02:00
Johan Andrén
4ade8ef2d1
Lazy and fast concat and prepend (#30252) 2021-05-27 17:18:47 +02:00
Alex
3ae85e8cd0
Change tests to use new Source.queue api, #29801 (#30070) 2021-05-27 08:53:18 +02:00
Justin Pihony
b989c4cf3e
Add more explicit docs of top level coexistence (#29921) 2021-05-25 15:12:49 +02:00
Muskan Gupta
dd8b514e89
Add Sink.asPublisher example and update doc (#30105)
Co-authored-by: Renato Cavalcanti <renato@cavalcanti.be>
2021-05-12 21:16:41 +02:00
Patrik Nordwall
240378f062
Merge pull request #30233 from Captain1653/use-standart-charsets
Use StandardCharsets.UTF-8 in SerializationDocTest
2021-05-12 13:10:51 +02:00
Tomer Shetah
82fc6c0e68
Fix Broadcast examples, as they currently fail.
Use different outputs for broadcast
2021-05-11 15:29:28 +03:00
Captain1653
0ee9532306 Use StandardCharsets.UTF-8 in SerializationDocTest 2021-05-10 18:00:53 +03:00
Andrei Arlou
f568d4d4f9
Remove usage of Java assert in tests (#30220) (#30227) 2021-05-07 21:27:39 +02:00
Seeta Ramayya
174c725ef8
fixed typo (#30218) 2021-05-05 13:20:10 +02:00
Dave Kichler
f8770609ca
Documentation: Adding section for Projections to the Modules summary… (#30175)
* Documentation:  Adding section for Projections to the Modules summary page #29710

* Added Projections entry in the module summary index.
* Added Projections section with brief description and dependency reference.

* Documentation:  Cross-links between core modules guide and other modules page  #29710

* Removed HTTP section from core modules page (redundant with section in other modules page)
* Added link to other modules page on the core modules guide
* Added link to the core modules guide from the other modules page.

* Documentation:  Adding sections for Alpakka and gRPC to modules guide.  Adding original HTTP section back in as well. #29710
2021-05-03 10:32:11 +02:00
franciscolopezsancho
4f278e5eaa
avoiding the superposing of the buttons and the code (#30210) 2021-05-03 10:28:31 +02:00
Muskan Gupta
099e20ec6d
add example to the doc of combine operator (#30194) 2021-04-29 08:37:14 +02:00
Sergey Morgunov
fc4e84a322
#30191 - Actualization of docs for "Resumable projections" (#30197) 2021-04-22 17:27:25 +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
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
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
archeuclid
0c218cb406 Add link to SBR lease documentation; fix minor syntax mistakes 2021-03-26 13:14:53 +06: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
刘冲
c24759feaa
Update ActorHierarchyExperiments.java (#30075)
Update SupervisedActor example to fit tutorial 1 docs
2021-03-15 15:48:02 +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
Ignasi Marimon-Clos
8f6ee85413
typo (#30083) 2021-03-10 09:10:55 +01:00
Ignasi Marimon-Clos
ac530913ac
Update manifestInfo docs (#30056)
* Update snippet. Cross-reference to BOMs

* Update akka-docs/src/main/paradox/common/binary-compatibility-rules.md

Co-authored-by: Johan Andrén <johan@markatta.com>

Co-authored-by: Johan Andrén <johan@markatta.com>
2021-02-22 17:18:10 +01:00
Nicolas Vollmar
bff26488a4
Adds scala/java tabs #30019 (#30035) 2021-02-16 09:20:37 +01:00
Levi Ramsey
d51f1e17b4
Allow introspection on typed EntityRefs to support serialization #29955 2021-02-16 09:19:36 +01:00
lmetrak
fd2be34aa2
Update ActorHierarchyExperiments.java (#30032)
lack of semicolon in package keyword
2021-02-15 10:57:22 +01:00
Christopher Batey
c5f16dcee1
Full cluster shutdown (#29838)
* member information for full cluster shutdown

* Cluster singleton: dont hand over when in ready for shutdown

* Noop everything in shard coordinator

* Set all members to preparing for shutdown

* Don't allow a node to join after prepare for shutdown

* Review feedbac: singleton listen to all member chagnes

* Java API

* More better

* Keep sharding working while ready for shutdown

* Mima

* Revert DEBUG logging

* gs

* Fix api doc link

* Missed review feedback

* Review feedback
2021-02-12 09:59:20 +00:00
Arnout Engelen
3d9bb8dffd
docs: put 'recover' and 'mapError' under 'error handling' (#29999) 2021-02-04 17:17:10 +01:00
Johan Andrén
0d64ac3cd7
Add a note about shard actor factory being local (#29970) 2021-01-28 09:35:23 +00:00
Michael Marshall
4d9b25579d
Add GroupedWeighted FlowOp and Make Grouped use GroupedWeighted #29066 2021-01-27 18:03:30 +01:00
Jabir S. Minjibir
dffd7099fd
Update event-bus.md (#29979) 2021-01-27 11:24:15 +01:00
Renato Cavalcanti
9e97b995f0
Update replicated ES support for JDBC (#29968) 2021-01-25 11:27:12 +01:00
Patrik Nordwall
9fce9a9c33
more headers (#29953) 2021-01-15 16:11:00 +01:00
Nitika Agarwal
8361b2a1b9
Add example for mapError (#29913) 2021-01-13 08:05:47 +01:00
Nitika Agarwal
294661bde1
Add example for foldAsync (#29912) 2021-01-13 08:01:58 +01:00
Patrik Nordwall
7920694b81
Merge pull request #29867 from johanandren/wip-29858-dns-failure
Longer DNS timeout to avoiding ci fail
2021-01-13 07:50:22 +01:00