Patrik Nordwall
d76cf34487
Merge pull request #18421 from akka/wip-17139-clarify-AtLeastOnceDelivery-patriknw
...
=per #17139 Clarify AtLeastOnceDelivery persistent state
2015-09-09 19:03:45 +02:00
Patrik Nordwall
8767997806
Merge pull request #18429 from johanandren/wip-18163-document-akka-behind-nat-johanandren
...
=doc #18163 More visible docs about NAT support
2015-09-09 19:00:40 +02:00
Patrik Nordwall
a0d4cde950
Merge pull request #18420 from johanandren/wip-15678-clarify-slf4j-loglevel-johanandren
...
=doc #15678 clarify log level limits events passed to actual logger
2015-09-09 18:59:49 +02:00
Johan Andrén
e8864fc6da
=doc #15001 doc logging unhandled messages at debug
2015-09-09 10:42:43 +02:00
Johan Andrén
32f8c44771
=doc #15678 clarify log level limits events passed to actual logger
2015-09-09 10:37:42 +02:00
Johan Andrén
ca22ae9090
=doc #18163 More visible docs about NAT support
2015-09-09 10:27:40 +02:00
Patrik Nordwall
a6d693b8ef
=per #17139 Clarify AtLeastOnceDelivery persistent state
2015-09-08 15:07:55 +02:00
Johan Andrén
996ad35495
=doc #18226 document actor stopping
2015-09-08 11:14:18 +02:00
Patrik Nordwall
22b8853314
=clu #13584 mark as experimental and some doc clarificiations
2015-09-04 14:09:41 +02:00
Veiga Ortiz, Héctor
c08bc317e2
+clu #13584 Accept joining to be WeaklyUp during network split
...
* experimental feature, disabled by default
* Adding documentation to mention weakly up members.
plus adding new diagram.
2015-09-04 12:44:47 +02:00
Patrik Nordwall
0b1f280739
=per #18342 Improve docs for leveldb plugin config
...
* clarify how to enable the plugin
* added empty class property in fallback config in reference
to have a proper place to document that and throw a more
specific exception if it is not defined
* also some formatting of reference.conf
2015-09-04 11:49:00 +02:00
Patrik Nordwall
f98b4c1f5e
=clu #18345 Support local address in cluster commands
...
* and clarify the doc sample for leave
2015-09-04 08:53:36 +02:00
Patrik Nordwall
d63e5417b7
!per #18360 Move Tagged to akka.persistence.journal
...
breaking api since 2.4.0-RC1, but only related to new things in 2.4 anyway
2015-09-01 08:15:01 +02:00
Konrad Malawski
b06e56cd3b
=doc fix typo: scaladoc syntax used instead of rst syntax
2015-08-25 00:57:59 +03:00
Konrad Malawski
05825008ea
=doc code snippet include in persistence docs (scala) was broken
2015-08-23 21:12:01 +02:00
Patrik Nordwall
3d4b5f57b0
Merge pull request #18290 from akka/wip-18288-leveldb-query-doc-patriknw
...
=per #18288 Add docs of leveldb queries
2015-08-21 15:37:49 +02:00
Konrad Malawski
fb18464b73
Merge pull request #18283 from ktoso/wip--†-blocking-ktoso
...
=act #17372 warn when non-zero push timeout detected
2015-08-21 15:37:05 +02:00
Patrik Nordwall
fed622eb9f
=per #18288 Add docs of leveldb queries
2015-08-21 15:33:21 +02:00
Patrik Nordwall
bc13e1b4c2
=clu #13802 Introduce max-total-nr-of-instances for cluster aware routers
2015-08-21 14:51:59 +02:00
Patrik Nordwall
a94f7cdc98
=clu #15412 Add paths(system) method to Group router
...
to be able to use the role correctly in cluster aware routers
This solution is very similar to what we did for nrOfInstances
in Pool routers.
2015-08-21 14:40:56 +02:00
Konrad Malawski
3036012e58
=act #17372 warn when non-zero push timeout detected
2015-08-21 14:15:36 +02:00
Patrik Nordwall
834a84fdd6
=cls #17846 Add experimental note to ddata mode docs
2015-08-20 19:07:41 +02:00
Patrik Nordwall
453a554de2
Merge pull request #17871 from smlin/sharding-with-ddata
...
=cls #17846 Use CRDTs instead of PersistentActor to remember the state of the ShardCoordinator
2015-08-20 18:45:41 +02:00
Konrad Malawski
e1f54d5367
Merge pull request #18269 from ktoso/wip-18128-poisonpill-persistentActor-ktoso
...
=doc #18128 explain PoisonPill interaction with PA
2015-08-20 15:21:00 +02:00
Konrad Malawski
8c4cc9a93f
=doc #18128 explain PoisonPill interaction with PA
2015-08-20 13:57:08 +02:00
Patrik Nordwall
b73e830e75
Merge pull request #18259 from akka/wip-13523-cluster-client-sender-patriknw
...
!clt #13523 Don't expose sender in cluster client replies
2015-08-20 13:31:25 +02:00
Ostapenko Evgeniy
6814d08ef1
=cls #17846 Use CRDTs instead of PersistentActor to remember the state of the ShardCoordinator #17871
2015-08-20 13:36:37 +03:00
Patrik Nordwall
87bc51220d
Merge pull request #18264 from akka/wip-18190-leveldb-EventsByPersistenceId-patriknw
...
+per #18190 leveldb impl of EventsByPersistenceId query
2015-08-19 20:16:01 +02:00
Patrik Nordwall
009d80dd35
+per #18190 leveldb impl of EventsByPersistenceId query
...
* also changed EventsByPersistenceId query type to return
Source[EventEnvelope]
2015-08-19 18:58:58 +02:00
Konrad Malawski
7679b7e63f
Merge pull request #18265 from ktoso/wip-event-adapters-split-ktoso
...
+per #18137 EventAdapter => can be Read / Write or both
2015-08-19 16:20:16 +02:00
Patrik Nordwall
145eb1240e
Merge pull request #18255 from akka/wip-18219-plugin-constructor-patriknw
...
=per #18219 Find plugin constructor automatically
2015-08-19 15:31:24 +02:00
Patrik Nordwall
b4e482e092
+act #16629 Possibility to receive messages that not reset receiveTimeout
...
Need this for AtLeastOnceDelivery
Messages marked with `NotInfluenceReceiveTimeout` will not reset the timer.
This can be useful when `ReceiveTimeout` should be fired by external inactivity
but not influenced by internal activity, e.g. scheduled tick messages.
add to rst docs also
2015-08-19 15:29:22 +02:00
Konrad Malawski
4e59f0ea35
+per #18137 EventAdapter => can be Read / Write or both
2015-08-19 15:26:30 +02:00
Patrik Nordwall
7533df48cf
!clt #13523 Don't expose sender in cluster client replies
2015-08-18 17:27:42 +02:00
Patrik Nordwall
7ec0493923
=per #18219 Find plugin constructor automatically
2015-08-18 16:10:29 +02:00
Patrik Nordwall
15828db19f
=per #18123 Deprecate PersistentView
...
* marked PersistentFSM as experimental
* also changed the order of some sections in migration guide
* link to 2.2->2.3 migration guide
* update experimental index page
2015-08-14 15:05:59 +02:00
Konrad Malawski
9422baf5a2
Merge pull request #18214 from ktoso/wip-18061-testactorref-dislikes-persistentactor-ktoso
...
=per,doc #18061 doc that Persistence won't work with TestActorRef
2015-08-14 13:49:23 +02:00
Konrad Malawski
f629171833
=per,doc #18061 doc that Persistence won't work with TestActorRef
2015-08-14 12:12:20 +02:00
Konrad Malawski
fd43ac7b8d
Merge pull request #18084 from ktoso/wip-schema-migration-omg-its-a-small-book-ktoso
...
+doc #17613 document persistence schema evolution
2015-08-14 11:31:01 +02:00
Konrad Malawski
270c566fea
+doc #17613 document persistence schema evolution
2015-08-14 10:50:19 +02:00
Patrik Nordwall
6d0416f0aa
!per #17918 Make deleteMessages reply msgs public
2015-08-13 17:13:13 +02:00
Patrik Nordwall
dbeb07a3eb
=per #17844 Clarify docs around journal dispatchers
...
and never run plugin actor on default dispatcher
2015-08-13 13:14:12 +02:00
Konrad Malawski
5a6ee8bd49
Merge pull request #18051 from akka/wip-16541-persistence-query
...
+per #16541 initial version of the Persistence Query module
2015-08-12 22:14:44 +02:00
Konrad Malawski
3314de4cb9
+per #16541 add missing java samples for persistence query
2015-08-12 20:42:44 +02:00
Patrik Nordwall & Konrad Malawski
893578a8af
+per #16541 java docs for persistence query
2015-08-12 18:14:02 +02:00
Patrik Nordwall
2694e13b32
!per #17862 Remove experimental from persistence
2015-08-12 13:52:19 +02:00
Patrik Nordwall & Konrad Malawski
f849793f36
+per #16541 initial version of the Persistence Query module
2015-08-11 16:35:28 +02:00
Konrad Malawski
09aff42d40
Merge pull request #17957 from ktoso/wip-ActorSelection-in-ALOD-ktoso
...
+per #16339 adds actorSelection support to AtLeastOnceDelivery
2015-08-11 12:12:05 +02:00
Konrad Malawski
b335b6ae9b
+per #16339 adds actorSelection support to AtLeastOnceDelivery
...
TODO: need to add docs updates
2015-08-11 11:33:15 +02:00
Konrad Malawski
015cf988e7
Merge pull request #18166 from ktoso/wip-harden-persistent-fsm-spec-ktoso
...
=per #18162 harden PersistentFSMActorSpec, less timing sensitive
2015-08-10 17:14:54 +02:00