Commit graph

690 commits

Author SHA1 Message Date
Markus Hauck
48cf736f95 =doc Missing by in Actors/Initialization patterns 2015-10-14 14:12:47 +02:00
Markus Hauck
d23834d004 =doc Fix sentence in Actors/Send messages/Ask
The sentence

  > Gives you a way to avoid blocking.

does not make sense alone, I added it to the previous one.
2015-10-13 12:08:53 +02:00
michaelom
1be320fab9 =doc fix dispatchers docs nr typo, see #18712 2015-10-13 11:53:43 +02:00
Oleg
cb8bcdac0a Remove extra dot 2015-10-02 22:23:17 +03:00
Konrad Malawski
a2df19320f =doc Remove experimental marker from persistence TCK 2015-10-01 13:48:14 +02:00
hepin
c0bba54d6b =doc fix typo in sharding docs 2015-09-29 10:21:59 +08:00
Konrad Malawski
20dfaded17 =doc fix typo in sharding docs
//cc @patriknw
2015-09-28 13:02:56 +02:00
Johan Andrén
b90868d524 =doc #16399 Document async appender for SLF4J 2015-09-23 13:39:44 +02:00
Patrik Nordwall
0cdd9af3c4 +per #18485 Add cluster sharding data removal utility 2015-09-17 14:07:08 +02:00
Patrik Nordwall
416ac23452 Merge pull request #18464 from akka/wip-18463-query-api-patriknw
!per #18463 Make Persistence Query API explorable
2015-09-17 11:46:31 +02:00
Patrik Nordwall
a3ced0a38a =clt #18343 Improve structure of DistPubSub docs 2015-09-17 10:50:49 +02:00
Patrik Nordwall
23dd1170b0 =per #18451 Recommend configuring stash capacity when persistence is used 2015-09-17 10:45:22 +02:00
Patrik Nordwall
5bd245fbc8 !per #18463 Make Persistence Query API explorable
* make the standard queries "single method interfaces" that may be implemented
  by a query journal plugin
* remove hints (major problems with varargs anyway), the hints for standard
  queries  should be given in configuration instead, e.g. refresh-interval
2015-09-17 10:43:13 +02:00
Johan Andrén
93c9eff86e =doc 17371 avoid using awdl0 interface in tests 2015-09-16 16:06:09 +02:00
Konrad Malawski
c57b4e24c8 Merge pull request #18445 from akka/wip-18370-sharding-supervision-patriknw
=cls #18370 Document supervision for Cluster Sharding
2015-09-16 12:59:37 +02:00
Konrad Malawski
07d9cda3a6 Merge pull request #18446 from akka/wip-18346-doc-scheduler-patriknw
=act #18346 Document scheduler task throws
2015-09-16 12:21:50 +02:00
Patrik Nordwall
be033b11f0 Merge pull request #18412 from akka/wip-18228-java-evolution-guide-patriknw
=per #18228 Convert Persistence schema evolution guide to Java
2015-09-16 10:52:35 +02:00
Patrik Nordwall
f13143e7da =per #18228 Convert Persistence schema evolution guide to Java 2015-09-16 10:52:03 +02:00
Patrik Nordwall
0d8bfdd93a Merge pull request #18449 from akka/wip-17425-doc-single-consumer-patriknw
=act #17425 Document NonBlockingBoundedMailbox to be single-consumer
2015-09-11 16:44:49 +02:00
Patrik Nordwall
876b8045a1 =act #17425 Document NonBlockingBoundedMailbox to be single-consumer 2015-09-11 16:44:24 +02:00
Patrik Nordwall
13f5b255f3 =clu #18245 Improve registerOnMemberRemoved example 2015-09-11 16:36:25 +02:00
Patrik Nordwall
9e8168479a =act #18346 Document scheduler task throws 2015-09-10 17:03:18 +02:00
Patrik Nordwall
4e2b8190a3 =cls #18370 Document supervision for Cluster Sharding 2015-09-10 15:35:26 +02:00
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