Commit graph

17 commits

Author SHA1 Message Date
Patrik Nordwall
888f81df8d Merge pull request #698 from akka/wip-944-consistent-hashing-patriknw
Consistent hashing router, see #944
2012-09-19 07:57:27 -07:00
Björn Antonsson
5f63469264 Clean up akka-remote for OSGi and re-enable OSGi bundles. See #2497 2012-09-17 13:47:57 +02:00
Patrik Nordwall
64a1fb0235 Rename a few things, see #944
* hashKey
* hashMapping ConsistentHashMapping
* withHashMapper ConsistentHashMapper
2012-09-17 13:24:18 +02:00
Patrik Nordwall
48a0fda991 Java doc sample for consistent hashing router, see #944
* Allow return null as undefined ConsistentHashMapping
2012-09-17 11:40:06 +02:00
Patrik Nordwall
08dbc4d235 Incorporate minor review feedback, see #944 2012-09-17 09:30:52 +02:00
Patrik Nordwall
50fc5a03a2 Complete unfinished ConsistentHashingRouterDocSpec, see #944 2012-09-14 14:28:47 +02:00
Patrik Nordwall
a4dd6b7547 Support partial function to map message to hash key, see #944
* Partial function, ConsistentHashRoute, for Scala API
* withConsistentHashMapping ConsistentHashMapping for
  Java API
* Updated documentation
2012-09-14 13:47:58 +02:00
Patrik Nordwall
5a90d7198c Improvements based on review feedback, see #944 2012-09-13 18:06:35 +02:00
Patrik Nordwall
ea78e6d805 Documentation of constent hashing router, see #944
* Document sample to illustrate usage
* Rewrote RouterViaConfig to real DocSpec
* Added configuration snippets for all router types
2012-09-11 20:51:26 +02:00
Viktor Klang
f066f2d043 #2463 - Making it possible to configure the Deserializer for 0MQ and fixing an exhaustiveness check in patmat for SocketOptions 2012-08-31 13:56:37 +02:00
Viktor Klang
22ba933152 The Unborkening 2012-08-31 10:48:31 +02:00
Viktor Klang
4c859420d1 Adding :ActorRef to signal that actorOf returns an ActorRef for routers as well 2012-08-30 18:05:28 +02:00
Viktor Klang
0bf45a9403 Initial work in moving to scala.concurrent.Await + Awaitable 2012-06-29 16:06:26 +02:00
Viktor Klang
54a3a44bf8 #2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration 2012-06-29 13:33:20 +02:00
Viktor Klang
1a7f29aaec Making everything compile and tests pass 2012-06-28 15:33:49 +02:00
Roland
9ac11a6432 improve documentation of explicitly given routees 2012-05-22 13:07:05 +02:00
Patrik Nordwall
0eae9d8d22 Move all doc examples out of the akka-package to avoid use of private APIs. See #2092 2012-05-22 11:37:09 +02:00