No description
Find a file
Patrik Nordwall a6fd7b448f =cls #18978 Lazy startup of shards when rememberEntities=false
* and don't populate the unallocatedShards Set in the State
  when rememberEntities=false
2015-11-27 10:09:44 +01:00
akka-actor Merge pull request #18981 from andreaTP/setField 2015-11-24 12:40:36 +01:00
akka-actor-tests Merge pull request #18998 from jypma/pfbuilder_api_master 2015-11-24 11:44:22 +01:00
akka-agent =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-bench-jmh !cdd #18328 optimize VersionVector for size 1 (typical dots) 2015-11-25 09:17:12 +01:00
akka-camel +cam #11214 add attachments to CamelMessage 2015-11-18 10:22:20 +13:00
akka-cluster Merge pull request #18729 from hseeberger/hseeberger-18575-publish-member-joined 2015-11-11 11:23:04 +01:00
akka-cluster-metrics Merge pull request #18875 from ktoso/wip-akka.js-cherries-ktoso 2015-11-07 18:01:24 +01:00
akka-cluster-sharding =cls #18978 Lazy startup of shards when rememberEntities=false 2015-11-27 10:09:44 +01:00
akka-cluster-tools Merge pull request #18875 from ktoso/wip-akka.js-cherries-ktoso 2015-11-07 18:01:24 +01:00
akka-contrib =doc #18899 code review follow-up, fixed typo 2015-11-11 09:26:00 -08:00
akka-distributed-data =cdd #18328 use set operators union diff instead of ++ -- 2015-11-25 09:17:12 +01:00
akka-docs Merge pull request #18907 from johanandren/wip-18635-migration-guide-terminate-johanandren 2015-11-11 16:30:17 +01:00
akka-kernel =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-multi-node-testkit =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-osgi =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-persistence =doc Fixed typo 2015-11-14 14:41:18 +01:00
akka-persistence-query =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-persistence-tck =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-protobuf =doc fix URL to "The ϕ Accrual Failure Detector" paper 2015-11-04 16:26:45 +02:00
akka-remote +rem #18353: Prune reliable deliver actors 2015-11-13 10:15:31 +01:00
akka-remote-tests Merge pull request #18552 from johanandren/wip-18371-warn-about-java-serialization-johanandren 2015-10-26 08:34:11 +01:00
akka-samples =act switch to java std lib ThreadLocalRandom 2015-11-06 14:04:33 +01:00
akka-slf4j =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-stream/src !per #17518 harmonize and document failure handling in persistence 2015-07-07 14:50:42 +02:00
akka-testkit Merge pull request #18963 from johanandren/wip-18312-failed-cluster-metrics-test-johanandren 2015-11-24 12:37:12 +01:00
akka-typed =typ #18699 pass Unhandled message to unhandled() 2015-10-12 00:26:59 +02:00
project !cdd #18328 optimize VersionVector for size 1 (typical dots) 2015-11-25 09:17:12 +01:00
scripts =pro Update url in publish samples script 2015-08-14 16:36:43 +02:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore =cdd #17779 Create activator template for Distributed Data 2015-06-30 08:08:43 +02:00
.java-version +doc #18295 show warning if browsing outdated docs 2015-11-05 13:21:24 +01:00
build.sbt =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
CONTRIBUTING.md =pro Fix unmaintained scalariform github repo link. 2015-11-14 19:12:45 +01:00
COPYING.protobuf =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
LICENSE =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
README.md switch README from textile to markdown and freshen it up 2015-04-16 22:10:32 +02:00

Akka

We believe that writing correct concurrent & distributed, resilient and elastic applications is too hard. Most of the time it's because we are using the wrong tools and the wrong level of abstraction.

Akka is here to change that.

Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications.

For resilience we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop.

Actors also provide the abstraction for transparent distribution and the basis for truly scalable and fault-tolerant applications.

Akka is Open Source and available under the Apache 2 License.

Learn more at akka.io. Join the akka-user mailing list. Follow @akkateam on twitter.

Gitter