Konrad Malawski
f2c30d399d
actor-dsl deprecation note
2016-12-15 12:31:20 +01:00
Konrad Malawski
2ab8ab2840
=21423 remove deprecated PersistentView
2016-12-15 12:31:20 +01:00
Patrik Nordwall
db95b7ff96
add http api for cluster management, #21172
...
* reference akka/akka-cluster-management in cluster docs
* deprecate the command line tool, including migration note
* cleanup old migration guides
* remove YourKit as sponsor, since we pay license
2016-12-13 10:54:41 +01:00
Konrad `ktoso` Malawski
2ea8cd7410
=str deprecate ActorPublisher/Subscriber, use GraphStage ( #21952 )
...
* =str deprecate ActorPublisher/Subscriber, use GraphStage
* =str deprecate Source.actorPublisher / Sink.actorSubscriber
* =str added deprecation note of ActorPublisher,Subscriber
2016-12-08 17:22:01 +01:00
Konrad Malawski
04ab4ebb9c
-str #21423 remove deprecated Stage references ( #21919 )
...
* -str #21423 remove deprecated Stage references
* include mima filters for removed classes
2016-12-02 14:23:13 +01:00
Konrad Malawski
d1d4985950
!agnt #21423 agents to be deprecated ( #21913 )
2016-11-30 15:00:09 +01:00
Patrik Nordwall
7af814d3df
java docs for Artery, #21209
...
* and a few other things
* fixed some remaining akka.tcp
2016-09-30 19:11:21 +02:00
kenji yoshida
3a2e918ccf
=doc fix .rst syntax ( #21032 )
...
`[text](http://example.com )` is markdown syntax, not rst
2016-07-25 09:26:38 +02:00
Nafer Sanabria
2078396197
=doc Akka & GitHub appearances in docs ( #20968 )
...
* =doc capitalize akka word
* Capitalize GitHub appearances in docs
2016-07-18 10:33:44 +02:00
Nafer Sanabria
1009f8e235
=doc Fix indefinite articles typos in docs ( #20924 )
2016-07-11 14:13:40 +02:00
Konrad Malawski
8d0c163eaf
Update issue-tracking.rst with links etc ( #20905 )
...
* Update issue-tracking.rst with links etc
* Update issue-tracking.rst
2016-07-07 21:42:02 +02:00
Patrik Nordwall
77633401f9
rename 2.5 migration guide, #20831
2016-06-27 15:24:49 +02:00
Patrik Nordwall
137c4c8b3d
fix the the typo
2016-03-18 17:06:34 +01:00
Konrad Malawski
2d7d24dee6
+doc,htp #19896 directives for RequestTimeout and docs
2016-03-08 18:17:35 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Roland Kuhn
063e289718
add migration guides for Scala and Java
...
also fix missing includes and wrong file locations
2016-01-20 10:27:00 +01:00
Endre Sándor Varga
60497f6561
also fix FlowInterleaveSpec
...
Also-by: Johan Andrén <johan@markatta.com>
Also-by: Roland Kuhn <rk@rkuhn.info>
Also-by: Martynas Mickevičius <mmartynas@gmail.com>
2016-01-20 10:01:58 +02:00
Johan Andrén
e25dec5c53
=doc #19449 new migration guide for streams 2.0 to 2.4
2016-01-19 11:05:28 +01:00
Konrad Malawski
5a18d43435
+doc #19429 initial merge of docs-dev and docs
2016-01-14 00:31:03 +01:00
Patrik Nordwall
a1c3dbe307
=act #19201 improve configuration of thread-pool-executor
...
* The old implementation would cap the pool size (both corePoolSize
and maximumPoolSize) to max-pool-size, which is very confusing
becuase maximumPoolSize is only used when the task queue is bounded.
* That resulted in configuring core-pool-size-min and core-pool-size-max
was not enough, because it could be capped by the default max-pool-size.
* The new behavior is simply that maximumPoolSize is adjusted to not be
less than corePoolSize, but otherwise the config properties match the
underlying ThreadPoolExecutor implementation.
* Added a convenience fixed-pool-size property.
2015-12-21 09:50:02 +01:00
Tal Pressman
f610952ae7
PersistencePluginProxy
...
* Rename to PersistencePluginProxy.
* Watch target journal.
* Create PersistencePluginProxyExtension to enable eager initialization of
the persistence plugin.
* Add initialization via configuration.
* Add tests and documentation.
* Clearer log messages.
2015-12-01 17:12:33 +02:00
Martin Grotzke
ca84c13c38
Add snapshot-store.plugin config to 2.3-2.4 migration docs
2015-11-25 13:55:37 +01:00
Johan Andrén
4f267d5931
=doc #18635 Added section about ActorSystem.shutdown being deprecated
2015-11-10 16:46:34 +01:00
Patrik Nordwall
8693e5899b
=doc correction of PersitenceFailure typo
2015-10-08 12:03:37 +02:00
Patrik Nordwall
01887555a4
=doc Add section about persistence failures in migration guide
2015-10-02 09:57:15 +02:00
Patrik Nordwall
0cdd9af3c4
+per #18485 Add cluster sharding data removal utility
2015-09-17 14:07:08 +02:00
Patrik Nordwall
a512ce1ea8
Merge pull request #18436 from akka/wip-sharding-migration-guide-patriknw
...
=doc Clarify sharding data compatibility
2015-09-16 12:52:56 +02:00
Patrik Nordwall
400f52aaf1
=doc Clarify sharding data compatibility
2015-09-16 12:52:28 +02:00
Johan Andrén
7b6c136fa7
=doc Documentation that Inbox.receive now throws a checked exception in the migration guide
2015-09-14 10:49:47 +02:00
Patrik Nordwall
f8c1671903
=rem #13783 Make ProtobufSerializer independent of protobuf version
...
* well, as long as they provide the parseFrom and toByteArray
* it is using reflection to find the `parseFrom` and `toByteArray` methods to avoid
dependency to `com.google.protobuf`.
* also special case com.google.protobuf when loading serialization binding
* migration guide
* mima filters for the serializers (all types changed)
* add real test for ProtobufSerializer
2015-09-04 09:12:34 +02:00
Konrad Malawski
3a4d210bf4
=doc #18306 resolve problem with navigating using right-hand TOC
2015-08-24 17:05:58 +03: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
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
Patrik Nordwall
7533df48cf
!clt #13523 Don't expose sender in cluster client replies
2015-08-18 17:27:42 +02:00
Patrik Nordwall
e66a7fadfd
=rem #15779 Deprecate InternetSeedGenerator
2015-08-18 12:19:02 +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
Patrik Nordwall
c5851600f0
+per #17837 Detect (and repair) corrupt event streams
...
refactoring of plugin config
2015-08-14 14:01:45 +02:00
Patrik Nordwall
2694e13b32
!per #17862 Remove experimental from persistence
2015-08-12 13:52:19 +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
874d07c0ae
!per #17518 harmonize and document failure handling in persistence
...
+ added tests for all failure scenarios (callbacks)
2015-07-07 14:50:42 +02:00
Konrad Malawski
bce84b9b94
+doc #17885 explain sender semantics in receiveRecover
2015-07-03 09:31:27 +02:00
Konrad Malawski
afa9549307
Merge pull request #17867 from ktoso/wip-recover-method-ktoso
...
Make recovery a method
2015-06-30 17:23:28 +02:00
Patrik Nordwall
2832dd55c5
!clt, cls #17866 Use systemActorOf for exension actors
...
* ClusterSharding
* ClusterClientReceptionist
* dispatcher config, since deployment config can't be used
for system actors
2015-06-30 16:37:34 +02:00
Konrad Malawski
33fbfec222
!per,doc,sam #17574 #17626 make recovery a method, move lambda samples
...
+ LambdaDoc samples now in the docs project
= simplified internal state by removing recoveryPending
= recovery is now triggered in around* method, so user is free to use
preStart freely - recovery works even if one forgets to call super on
preStart
2015-06-30 16:01:52 +02:00
Patrik Nordwall
4638f5630e
!per #17832 Remove SyncWriteJournal
2015-06-26 07:12:11 +02:00
Patrik Nordwall
6eea0ddae6
!per #17799 Remove support for non-permanent deletes
...
* The permanent flag in deleteMessages
* old records stored with deletion flag are still not
replayed
2015-06-25 15:43:45 +02:00
Patrik Nordwall
8c47e01e9d
!per #15377 Mandate atomic writes for persistAll, and support rejections
...
* changing Plugin API for asyncWriteMessages and writeMessages
* passing explicit AtomicWrite that represents the events of
persistAll, or a single event from persist
* journal may reject events before storing them, and that
will result in onPersistRejected (logging) and continue in the
persistent actor
* clarified the semantics with regards to batches and atomic writes,
and failures and rejections in the api docs of asyncWriteMessages
and writeMessages
* adjust the Java plugin API, asyncReplayMessages, doLoadAsync
2015-06-25 15:28:37 +02:00