No description
Find a file
Konrad Malawski 31e96ac90b Merge pull request #19915 from spray/w/19058-silence-http-timeout
=htc #19058 prevent errors to be logged for http timeouts
2016-02-29 17:18:16 +01:00
akka-actor Merge pull request #19705 from virsox/virsox-19704 2016-02-24 16:05:29 +01:00
akka-actor-tests Merge pull request #19874 from akka/wip-19873-MetricsBasedResizerSpec-RK 2016-02-26 16:20:28 +01:00
akka-agent Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-bench-jmh =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-camel =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-cluster =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-cluster-metrics =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-cluster-sharding =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-cluster-tools =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-contrib remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00
akka-distributed-data =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-docs Merge pull request #19906 from richard-imaoka/testkit-fix-doc-async-constractor-richard-imaoka 2016-02-29 13:56:34 +01:00
akka-docs-dev/rst/scala/code/docs/stream/cookbook Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-http =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-http-core =htc #19058 prevent errors to be logged for http timeouts 2016-02-29 15:28:23 +01:00
akka-http-marshallers-java/akka-http-jackson Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-http-marshallers-scala Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-http-testkit =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-http-tests remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00
akka-kernel Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-multi-node-testkit =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-osgi =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-parsing =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-persistence =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-persistence-query =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-persistence-shared =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-persistence-tck =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-protobuf +pro enable validatePullRequest locally 2016-01-22 10:27:47 +01:00
akka-remote =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-remote-tests =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-samples Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka-slf4j =all remove unused imports 2016-02-23 20:29:22 +01:00
akka-stream Merge pull request #19886 from trautonen/drop-as-graphstage-trautonen 2016-02-28 17:55:18 +01:00
akka-stream-testkit remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00
akka-stream-tests Merge pull request #19886 from trautonen/drop-as-graphstage-trautonen 2016-02-28 17:55:18 +01:00
akka-stream-tests-tck remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00
akka-testkit remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00
akka-typed remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00
project remove akka.stream.testkit.AkkaSpec, fixes #19879 2016-02-25 15:26:51 +01:00
scripts Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
src/main/ls Update ls.implicit.ly sbt settings 2012-03-10 10:30:38 +13:00
.gitignore splitting up TLS APIs 2016-02-16 21:49:35 +01:00
.java-version =per,tck #18639 introduce capability flags for journal features 2015-11-27 10:29:34 +01:00
build.sbt =pro #19054 update to sbt-dependency-graph 0.8.0 2015-12-01 16:15:23 +01:00
CONTRIBUTING.md Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
COPYING.protobuf =all #13783 replace protobuf dependency by embedded version 2015-09-04 09:06:50 +02:00
LICENSE Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
README.md Fix link to contributing.md 2016-01-05 10:16:04 +01: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.

If you are looking to contribute back to Akka, the CONTRIBUTING.md file should provide you with all the information needed to get started.

Gitter