No description
Find a file
Patrik Nordwall 6b935e0c0b =cdd #18768 Cache serialization of read and write msg
The WriteAggregator and ReadAggregator typically send
the same message to several replicas and by caching the serialized bytes
we avoid doing the same thing for each message

and add a test for WriteAggregator
2015-10-30 17:03:32 +01:00
akka-actor Merge pull request #18552 from johanandren/wip-18371-warn-about-java-serialization-johanandren 2015-10-26 08:34:11 +01:00
akka-actor-tests Merge pull request #18552 from johanandren/wip-18371-warn-about-java-serialization-johanandren 2015-10-26 08:34:11 +01:00
akka-agent =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-bench-jmh =ben #15693 Sync benchmarks from release-2.3 branch 2015-09-11 17:02:04 +02:00
akka-camel =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-cluster Merge pull request #18552 from johanandren/wip-18371-warn-about-java-serialization-johanandren 2015-10-26 08:34:11 +01:00
akka-cluster-metrics =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-cluster-sharding =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-cluster-tools =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-contrib =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-distributed-data =cdd #18768 Cache serialization of read and write msg 2015-10-30 17:03:32 +01:00
akka-docs Merge pull request #18357 from kailuowang/metrics-based-resizer 2015-10-23 12:38:14 +02: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 Merge pull request #18772 from ktoso/wip-persist-nil-ktoso 2015-10-26 14:43:15 -07: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 =pro #18404 Remove jmh from akka-protobuf 2015-09-07 09:27:27 +02:00
akka-remote =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03: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 =sam update leveldb dependencies and doc links 2015-09-15 15:39:45 +02: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 =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03:00
akka-typed =typ #18699 pass Unhandled message to unhandled() 2015-10-12 00:26:59 +02:00
project =pro verify BC against all binary compatible versions 2015-10-23 09:10:25 +03: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
build.sbt =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-06-22 15:12:23 +02: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