Patrik Nordwall
a3ddb406f4
document remember entities limitation, #22327
...
* and set default for max-delta-elements
2017-02-20 14:41:49 +01:00
Johan Andrén
64b35cf1f1
Replace "experimental" with "may change" ( #22326 )
...
* Replacing "experimental" with "may change" #22305
* Right syntax for links
* Correct annotation name
* Final small changes
2017-02-20 12:05:21 +01:00
Patrik Nordwall
a7dfaf00a4
Merge pull request #22328 from prettynatty/death-pact-doc
...
add case for DeathPactException stopping actor
2017-02-20 10:57:09 +01:00
Andrey Kuznetsov
62cf0c3f43
add case for DeathPactException stopping actor
2017-02-18 02:30:43 +03:00
Johan Andrén
cf6d5a4e8a
Deprecation of ExtensionKey #22208
2017-02-17 17:07:15 +01:00
Patrik Nordwall
2f7c6ace2e
Merge pull request #22338 from hseeberger/fix-persistence-docs
...
Fix typos in persistence docs
2017-02-17 14:14:34 +01:00
Heiko Seeberger
cdd00f4ae2
Fix typos in persistence docs
2017-02-16 17:23:50 +01:00
Patrik Nordwall
96652d38b4
Merge pull request #22269 from gosubpl/wip/22187-delta-crdt-gset
...
GSet ported to delta-CRDT (#22187 )
2017-02-16 15:45:28 +01:00
Konrad `ktoso` Malawski
d306700feb
=doc Make it easier to disable Java serialization, #22283 ( #22315 )
...
* one single config option to disable it completely
* improve security documentation
Co-authored-by: Patrik Nordwall <patrik.nordwall@gmail.com>
2017-02-16 14:09:04 +01:00
gosubpl
d470321051
GSet ported to delta-CRDT ( #22187 )
2017-02-16 13:06:57 +01:00
Ikrom
b2f7c7a037
Update remoting-artery.rst ( #22321 )
2017-02-15 17:46:16 +01:00
Johan Andrén
70f2beaf0b
Fail fast + docs around mixing major Scala versions serializing #22004
2017-02-14 12:21:04 +01:00
Martynas Mickevičius
958de6a916
Remove samples ( #22288 )
...
Add code, that was used for documentation to the appropriate projects
or akka-docs.
2017-02-14 12:10:23 +01:00
Konrad `ktoso` Malawski
5287181dee
+doc add more docs on CoupledTerminationFlow
2017-02-13 15:41:41 +01:00
Konrad Malawski
5b8b00595f
+str implement CoupledTerminationFlow to be used in WS in HTTP
2017-02-13 15:41:41 +01:00
Nafer Sanabria
68c69b15c8
update the reference of mapConcat signature in doc ( #22262 )
2017-02-08 18:28:14 +01:00
toaditoad
b5a58d853b
Adding hint in remote-artery docs that large-message-destinations have to match on sending and receiving side #22256
2017-02-04 17:11:20 +01:00
Philip L. McMahon
19195dbded
Correct typo in "Backpressure aware stages" section ( #22252 )
2017-02-02 16:16:48 -07:00
Nafer Sanabria
432b53c509
clarify Akka Http starting version
2017-01-29 08:31:29 -07:00
Johan Andrén
52a20f2ba9
Micro kernel module removed #22205
2017-01-26 15:40:54 +01:00
Patrik Nordwall
5ffb08cd78
Merge pull request #22227 from akka/wip-sharding-dependency-patriknw
...
fix sharding dependency to persistence
2017-01-25 21:46:52 +01:00
Patrik Nordwall
a8f340508b
fix sharding dependency to persistence
...
* can't make the dependency provided or test and still be able
to compile/run tests
* might not be a big deal to include the persistence dependency instead
2017-01-25 21:45:08 +01:00
Patrik Nordwall
53a010eabc
Merge pull request #22219 from akka/wip-rolling-patriknw
...
rolling update considerations in migration guide
2017-01-25 18:05:23 +01:00
Patrik Nordwall
b876b3e757
Merge pull request #22214 from dluc/master
...
Fix metrics documentation + some typos
2017-01-25 15:40:35 +01:00
Patrik Nordwall
4224ec587b
rolling update considerations in migration guide
2017-01-25 15:09:46 +01:00
Patrik Nordwall
9fabbdf710
Merge pull request #22209 from akka/wip-22141-majority-patriknw
...
use minCap for majority write/read in sharding, #22141
2017-01-25 14:30:26 +01:00
Patrik Nordwall
233464f153
Merge pull request #22212 from akka/wip-22169-addser-default-patriknw
...
Enable additional-serialization-bindings by default, #22169
2017-01-25 14:29:53 +01:00
Patrik Nordwall
a94cf75e2e
Merge pull request #22213 from akka/wip-17963-sharding-ddata-default-patriknw
...
Use ddata mode as the default for Cluster Sharding, #17963
2017-01-25 12:33:22 +01:00
Patrik Nordwall
ca09f706eb
Change signature of addJvmShutdownHook
...
* because with Scala 2.12 it can't infer the right overload
* prefer the `() =>`, but here it's clear that it's a callback
* similar in ActorSystem.registerOnTermination
2017-01-25 10:52:47 +01:00
Devis Lucato
804392291c
fix typos
2017-01-24 14:20:33 -08:00
Devis Lucato
b08c7ebfab
Fix metrics documentation “sample-period” to “sample-interval”
2017-01-24 14:20:21 -08:00
Patrik Nordwall
9df49be5d0
Enable additional-serialization-bindings by default, #22169
...
* and thereby it was also possibe to simplify the documentation
in remoting
2017-01-24 18:52:49 +01:00
Patrik Nordwall
9616e997fc
Use ddata mode as the default for Cluster Sharding, #17963
2017-01-24 18:49:01 +01:00
Patrik Nordwall
b45a254685
use minCap for majority write/read in sharding, #22141
...
* also added some docs about the feature since that was missing
2017-01-24 16:41:18 +01:00
Patrik Nordwall
0c1d9e3d2e
Merge pull request #22202 from akka/wip-22201-promote-ddata-patriknw
...
Promote Distributed Data, #22201
2017-01-24 16:34:31 +01:00
Patrik Nordwall
554d119446
Merge pull request #22200 from akka/wip-21190-promote-PersistenceFSM-patriknw
...
Promote PersistenceFSM, #21190
2017-01-24 14:38:48 +01:00
Patrik Nordwall
261a04714e
Merge pull request #22204 from akka/wip-22197-promote-WeaklyUp-patriknw
...
Promote WeaklyUp and enable by default, #22197
2017-01-24 14:38:13 +01:00
Patrik Nordwall
3e7ffd6b96
Add support for delta-CRDT, #21875
...
* delta GCounter and PNCounter
* first stab at delta propagation protocol
* send delta in the direct write
* possibility to turn off delta propagation
* tests
* protobuf serializer for DeltaPropagation
* documentation
2017-01-24 13:24:45 +01:00
Patrik Nordwall
f409c06c78
Promote Distributed Data, #22201
2017-01-24 12:49:27 +01:00
Patrik Nordwall
1700cdaebc
Promote WeaklyUp and enable by default, #22197
2017-01-24 12:31:32 +01:00
Patrik Nordwall
99be3cb7b5
Promote PersistenceFSM, #21190
2017-01-24 11:21:37 +01:00
Patrik Nordwall
952be31a7d
make pruning of CRDT garbage work, #21647
...
* fix merge issues of DataEnvelope and its pruning
* simplify by removing the tombstones, which didn't work in all cases anyway
* keep the PruningPerformed markers in the DataEnvelope until configured
TTL has elapsed (wall clock)
* simplify PruningState structure
* also store the pruning markers in durable data
* collect removed nodes from the data, listing on MemberRemoved is not enough
* possibility to disable pruning altogether
* documented caveat for durable data
2017-01-23 16:54:02 +01:00
Patrik Nordwall
37679d307e
rememberingEntities with ddata mode, #22154
...
* one Replicator per configured role
* log LMDB directory at startup
* clarify the imporantce of the LMDB directory
* use more than one key to support many entities
2017-01-23 11:57:52 +01:00
Alex Bezhan
a7d9cdcb12
Fix a typo
2017-01-22 15:35:17 +01:00
Patrik Nordwall
5de92866ee
Merge pull request #22172 from akka/wip-samples-coordinated-patriknw
...
Don't shutdown ActorSystem in tests
2017-01-20 13:58:25 +01:00
Patrik Nordwall
452b3f1406
remove old deprecated cluster metrics, #21423
...
* corresponding was moved to akka-cluster-metrics, see
http://doc.akka.io/docs/akka/2.4/project/migration-guide-2.3.x-2.4.x.html#New_Cluster_Metrics_Extension
2017-01-20 13:48:36 +01:00
Patrik Nordwall
4722252bf1
cleanup old migration guides ( #22164 )
2017-01-20 13:33:23 +01:00
Patrik Nordwall
611dc93261
add note about CoordinatedShutdown and tests, #21537
2017-01-20 13:25:29 +01:00
Patrik Nordwall
d276a31c34
Merge pull request #22152 from dluc/patch-1
...
Update cluster-usage.rst, fix typo
2017-01-18 17:10:52 +01:00
Patrik Nordwall
ea2be84646
Merge pull request #22143 from ortigali/wip-doc-event-stream
...
Remove extra parameter to match constructor of Listener class
2017-01-18 17:09:17 +01:00